Html Css Color HEX #BC0A39 Cardinal

📋 copy color: '#BC0A39'

red 188 ◦ green 10 ◦ blue 57

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

Shades of Cardinal #BC0A39

Tints of Cardinal #BC0A39

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.92%

 BLUE value IS 57 (22.66% from 255) = 22.35%

R = 73.73%
G = 3.92%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC0A39 (or 0xBC0A39) is known color: Cardinal. HEX triplet: BC, 0A and 39. RGB value is (188,10,57). Sum of RGB (Red+Green+Blue) = 188+10+57=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0A39 is #43F5C6. Grayscale: #444444. Windows color (decimal): -4453831 or 3738300. OLE color: 3738300.

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

Color convert

RGB 188 10 57 -
CMYK 0 0.95 0.70 0.26
HSL 344.16º 0.9% 0.39% -
HSV(B) 344.16º 0.95% 0.74% -
XYZ 21.59 11.2 4.9 -
YUV 68.58 121.47 213.18 -
System Red Green Blue C M Y K H S L
Decimal 188 10 57 0 0.95 0.70 0.26 344.16 0.9 0.39
Hex BC A 39 0 5F 46 1A 158 5A 27
Octal 274 12 71 0 137 106 32 530 132 47
Binary 10111100 1010 111001 0 1011111 1000110 11010 101011000 1011010 100111

Color Harmonies of #BC0A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0A39

Black with #BC0A39

Text Example


Text Example

White with #BC0A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0A39; }

 p { color: rgb(188,10,57); }

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

background-color css

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

 a { background-color: rgb(188,10,57); }

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

border-color css

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

 span { border-color: rgb(188,10,57); }

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