Html Css Color HEX #BC0B32 Cardinal

📋 copy color: '#BC0B32'

red 188 ◦ green 11 ◦ blue 50

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

Shades of Cardinal #BC0B32

Tints of Cardinal #BC0B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.08%

R = 75.5%
G = 4.42%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC0B32 (or 0xBC0B32) is known color: Cardinal. HEX triplet: BC, 0B and 32. RGB value is (188,11,50). Sum of RGB (Red+Green+Blue) = 188+11+50=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0B32 is #43F4CD. Grayscale: #444444. Windows color (decimal): -4453582 or 3279804. OLE color: 3279804.

HSL color Cylindrical-coordinate representation of color #BC0B32: hue angle of 346.78º 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 #BC0B32 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 11 50 -
CMYK 0 0.94 0.73 0.26
HSL 346.78º 0.89% 0.39% -
HSV(B) 346.78º 0.94% 0.74% -
XYZ 21.43 11.16 4.04 -
YUV 68.37 117.64 213.33 -
System Red Green Blue C M Y K H S L
Decimal 188 11 50 0 0.94 0.73 0.26 346.78 0.89 0.39
Hex BC B 32 0 5E 49 1A 15B 59 27
Octal 274 13 62 0 136 111 32 533 131 47
Binary 10111100 1011 110010 0 1011110 1001001 11010 101011011 1011001 100111

Color Harmonies of #BC0B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0B32

Black with #BC0B32

Text Example


Text Example

White with #BC0B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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