#B6243F

Color #B6243F Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B6243F

Tints of Cardinal #B6243F

Color information

#B6243F (or 0xB6243F) is unknown color: approx Cardinal. HEX triplet: B6, 24 and 3F. RGB value is (182,36,63). Sum of RGB (Red+Green+Blue) = 182+36+63=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B6243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6243F is #49DBC0. Grayscale: #525252. Windows color (decimal): -4840385 or 4138166. OLE color: 4138166.

HSL color Cylindrical-coordinate representation of color #B6243F: hue angle of 348.9º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6243F is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1823663-
CMYK00.800.650.29
HSL348.9º66.97%42.75%-
HSV(B)348.9º80.22%71.37%-
XYZ20.8211.575.84-
YUV82.73116.87198.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 64.77%
GREEN value IS 36 (14.45% from 255) = 12.81%
BLUE value IS 63 (25% from 255) = 22.42%
R=64.77%
G=12.81%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182366300.800.650.29348.966.9742.75
HexB6243F050411D15d432b
Octal266447701201013553510353
Binary10110110100100111111010100001000001111011010111011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6243F; }

 p { color: rgb(182,36,63); }

 H1.HeaderClassName
 {
   color: #B6243F;
 }
 .AnyTagClassName
 {
   color: #B6243F;
 }
</style>
background-color css

<style>
 a { background-color: #B6243F; }

 a { background-color: rgb(182,36,63); }

 div.DivClassName
 {
   background-color: #B6243F;
 }
 .BgClassName
 {
   background-color: #B6243F;
 }
</style>
border-color css

<style>
 span { border-color: #B6243F; }

 span { border-color: rgb(182,36,63); }

 td.TdClassName
 {
   border-color: #B6243F;
 }
 .TagClassName
 {
   border-color: #B6243F;
 }
</style>