Html Css Color HEX #BC0A41 Cardinal

📋 copy color: '#BC0A41'

red 188 ◦ green 10 ◦ blue 65

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

Shades of Cardinal #BC0A41

Tints of Cardinal #BC0A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.71%

R = 71.48%
G = 3.8%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC0A41 (or 0xBC0A41) is known color: Cardinal. HEX triplet: BC, 0A and 41. RGB value is (188,10,65). Sum of RGB (Red+Green+Blue) = 188+10+65=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0A41 is #43F5BE. Grayscale: #454545. Windows color (decimal): -4453823 or 4262588. OLE color: 4262588.

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

Color convert

RGB 188 10 65 -
CMYK 0 0.95 0.65 0.26
HSL 341.46º 0.9% 0.39% -
HSV(B) 341.46º 0.95% 0.74% -
XYZ 21.8 11.29 6.03 -
YUV 69.49 125.47 212.53 -
System Red Green Blue C M Y K H S L
Decimal 188 10 65 0 0.95 0.65 0.26 341.46 0.9 0.39
Hex BC A 41 0 5F 41 1A 155 5A 27
Octal 274 12 101 0 137 101 32 525 132 47
Binary 10111100 1010 1000001 0 1011111 1000001 11010 101010101 1011010 100111

Color Harmonies of #BC0A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0A41

Black with #BC0A41

Text Example


Text Example

White with #BC0A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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