Html Css Color HEX #BC0C2F Cardinal

📋 copy color: '#BC0C2F'

red 188 ◦ green 12 ◦ blue 47

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

Shades of Cardinal #BC0C2F

Tints of Cardinal #BC0C2F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

 BLUE value IS 47 (18.75% from 255) = 19.03%

R = 76.11%
G = 4.86%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC0C2F (or 0xBC0C2F) is known color: Cardinal. HEX triplet: BC, 0C and 2F. RGB value is (188,12,47). Sum of RGB (Red+Green+Blue) = 188+12+47=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0C2F is #43F3D0. Grayscale: #444444. Windows color (decimal): -4453329 or 3083452. OLE color: 3083452.

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

Color convert

RGB 188 12 47 -
CMYK 0 0.94 0.75 0.26
HSL 348.07º 0.88% 0.39% -
HSV(B) 348.07º 0.94% 0.74% -
XYZ 21.38 11.16 3.72 -
YUV 68.61 115.81 213.15 -
System Red Green Blue C M Y K H S L
Decimal 188 12 47 0 0.94 0.75 0.26 348.07 0.88 0.39
Hex BC C 2F 0 5E 4B 1A 15C 58 27
Octal 274 14 57 0 136 113 32 534 130 47
Binary 10111100 1100 101111 0 1011110 1001011 11010 101011100 1011000 100111

Color Harmonies of #BC0C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0C2F

Black with #BC0C2F

Text Example


Text Example

White with #BC0C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0C2F; }

 p { color: rgb(188,12,47); }

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

background-color css

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

 a { background-color: rgb(188,12,47); }

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

border-color css

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

 span { border-color: rgb(188,12,47); }

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