Html Css Color HEX #BC0D4C Cardinal

📋 copy color: '#BC0D4C'

red 188 ◦ green 13 ◦ blue 76

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

Shades of Cardinal #BC0D4C

Tints of Cardinal #BC0D4C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.69%

 BLUE value IS 76 (30.08% from 255) = 27.44%

R = 67.87%
G = 4.69%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC0D4C (or 0xBC0D4C) is known color: Cardinal. HEX triplet: BC, 0D and 4C. RGB value is (188,13,76). Sum of RGB (Red+Green+Blue) = 188+13+76=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0D4C is #43F2B3. Grayscale: #484848. Windows color (decimal): -4453044 or 4984252. OLE color: 4984252.

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

Color convert

RGB 188 13 76 -
CMYK 0 0.93 0.60 0.26
HSL 338.4º 0.87% 0.39% -
HSV(B) 338.4º 0.93% 0.74% -
XYZ 22.19 11.5 7.89 -
YUV 72.51 129.98 210.38 -
System Red Green Blue C M Y K H S L
Decimal 188 13 76 0 0.93 0.60 0.26 338.4 0.87 0.39
Hex BC D 4C 0 5D 3C 1A 152 57 27
Octal 274 15 114 0 135 74 32 522 127 47
Binary 10111100 1101 1001100 0 1011101 111100 11010 101010010 1010111 100111

Color Harmonies of #BC0D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0D4C

Black with #BC0D4C

Text Example


Text Example

White with #BC0D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0D4C; }

 p { color: rgb(188,13,76); }

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

background-color css

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

 a { background-color: rgb(188,13,76); }

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

border-color css

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

 span { border-color: rgb(188,13,76); }

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