Html Css Color HEX #BC0A43 Cardinal

📋 copy color: '#BC0A43'

red 188 ◦ green 10 ◦ blue 67

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

Shades of Cardinal #BC0A43

Tints of Cardinal #BC0A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.28%

R = 70.94%
G = 3.77%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC0A43 (or 0xBC0A43) is known color: Cardinal. HEX triplet: BC, 0A and 43. RGB value is (188,10,67). Sum of RGB (Red+Green+Blue) = 188+10+67=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0A43 is #43F5BC. Grayscale: #454545. Windows color (decimal): -4453821 or 4393660. OLE color: 4393660.

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

Color convert

RGB 188 10 67 -
CMYK 0 0.95 0.64 0.26
HSL 340.79º 0.9% 0.39% -
HSV(B) 340.79º 0.95% 0.74% -
XYZ 21.86 11.31 6.34 -
YUV 69.72 126.47 212.37 -
System Red Green Blue C M Y K H S L
Decimal 188 10 67 0 0.95 0.64 0.26 340.79 0.9 0.39
Hex BC A 43 0 5F 40 1A 155 5A 27
Octal 274 12 103 0 137 100 32 525 132 47
Binary 10111100 1010 1000011 0 1011111 1000000 11010 101010101 1011010 100111

Color Harmonies of #BC0A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0A43

Black with #BC0A43

Text Example


Text Example

White with #BC0A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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