Html Css Color HEX #BC0B47 Cardinal

📋 copy color: '#BC0B47'

red 188 ◦ green 11 ◦ blue 71

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

Shades of Cardinal #BC0B47

Tints of Cardinal #BC0B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.3%

R = 69.63%
G = 4.07%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC0B47 (or 0xBC0B47) is known color: Cardinal. HEX triplet: BC, 0B and 47. RGB value is (188,11,71). Sum of RGB (Red+Green+Blue) = 188+11+71=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0B47 is #43F4B8. Grayscale: #464646. Windows color (decimal): -4453561 or 4656060. OLE color: 4656060.

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

Color convert

RGB 188 11 71 -
CMYK 0 0.94 0.62 0.26
HSL 339.66º 0.89% 0.39% -
HSV(B) 339.66º 0.94% 0.74% -
XYZ 22 11.39 7 -
YUV 70.76 128.14 211.62 -
System Red Green Blue C M Y K H S L
Decimal 188 11 71 0 0.94 0.62 0.26 339.66 0.89 0.39
Hex BC B 47 0 5E 3E 1A 154 59 27
Octal 274 13 107 0 136 76 32 524 131 47
Binary 10111100 1011 1000111 0 1011110 111110 11010 101010100 1011001 100111

Color Harmonies of #BC0B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0B47

Black with #BC0B47

Text Example


Text Example

White with #BC0B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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