Html Css Color HEX #BC2439 Cardinal

📋 copy color: '#BC2439'

red 188 ◦ green 36 ◦ blue 57

#BC2439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BC2439

Tints of Cardinal #BC2439

RGB

 RED value IS 188 (73.83% from 255) = 66.9%

 GREEN value IS 36 (14.45% from 255) = 12.81%

 BLUE value IS 57 (22.66% from 255) = 20.28%

R = 66.9%
G = 12.81%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC2439 (or 0xBC2439) is known color: Cardinal. HEX triplet: BC, 24 and 39. RGB value is (188,36,57). Sum of RGB (Red+Green+Blue) = 188+36+57=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2439 is #43DBC6. Grayscale: #535353. Windows color (decimal): -4447175 or 3744956. OLE color: 3744956.

HSL color Cylindrical-coordinate representation of color #BC2439: hue angle of 351.71º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2439 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 36 57 -
CMYK 0 0.81 0.70 0.26
HSL 351.71º 0.68% 0.44% -
HSV(B) 351.71º 0.81% 0.74% -
XYZ 22.11 12.25 5.07 -
YUV 83.84 112.86 202.29 -
System Red Green Blue C M Y K H S L
Decimal 188 36 57 0 0.81 0.70 0.26 351.71 0.68 0.44
Hex BC 24 39 0 51 46 1A 160 44 2C
Octal 274 44 71 0 121 106 32 540 104 54
Binary 10111100 100100 111001 0 1010001 1000110 11010 101100000 1000100 101100

Color Harmonies of #BC2439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2439

Black with #BC2439

Text Example


Text Example

White with #BC2439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2439; }

 p { color: rgb(188,36,57); }

 H1.HeaderClassName
 {
   color: #BC2439;
 }
 .AnyTagClassName
 {
   color: #BC2439;
 }
</style>

background-color css

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

 a { background-color: rgb(188,36,57); }

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

border-color css

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

 span { border-color: rgb(188,36,57); }

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