Html Css Color HEX #BC0B40 Cardinal

📋 copy color: '#BC0B40'

red 188 ◦ green 11 ◦ blue 64

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

Shades of Cardinal #BC0B40

Tints of Cardinal #BC0B40

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.18%

 BLUE value IS 64 (25.39% from 255) = 24.33%

R = 71.48%
G = 4.18%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC0B40 (or 0xBC0B40) is known color: Cardinal. HEX triplet: BC, 0B and 40. RGB value is (188,11,64). Sum of RGB (Red+Green+Blue) = 188+11+64=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0B40 is #43F4BF. Grayscale: #454545. Windows color (decimal): -4453568 or 4197308. OLE color: 4197308.

HSL color Cylindrical-coordinate representation of color #BC0B40: hue angle of 342.03º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0B40 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 11 64 -
CMYK 0 0.94 0.66 0.26
HSL 342.03º 0.89% 0.39% -
HSV(B) 342.03º 0.94% 0.74% -
XYZ 21.78 11.3 5.88 -
YUV 69.97 124.64 212.19 -
System Red Green Blue C M Y K H S L
Decimal 188 11 64 0 0.94 0.66 0.26 342.03 0.89 0.39
Hex BC B 40 0 5E 42 1A 156 59 27
Octal 274 13 100 0 136 102 32 526 131 47
Binary 10111100 1011 1000000 0 1011110 1000010 11010 101010110 1011001 100111

Color Harmonies of #BC0B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0B40

Black with #BC0B40

Text Example


Text Example

White with #BC0B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0B40; }

 p { color: rgb(188,11,64); }

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

background-color css

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

 a { background-color: rgb(188,11,64); }

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

border-color css

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

 span { border-color: rgb(188,11,64); }

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