Html Css Color HEX #BC0542 Cardinal

📋 copy color: '#BC0542'

red 188 ◦ green 5 ◦ blue 66

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

Shades of Cardinal #BC0542

Tints of Cardinal #BC0542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 66 (26.17% from 255) = 25.48%

R = 72.59%
G = 1.93%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC0542 (or 0xBC0542) is known color: Cardinal. HEX triplet: BC, 05 and 42. RGB value is (188,5,66). Sum of RGB (Red+Green+Blue) = 188+5+66=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0542 is #43FABD. Grayscale: #424242. Windows color (decimal): -4455102 or 4326844. OLE color: 4326844.

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

Color convert

RGB 188 5 66 -
CMYK 0 0.97 0.65 0.26
HSL 340º 0.95% 0.38% -
HSV(B) 340º 0.97% 0.74% -
XYZ 21.78 11.19 6.17 -
YUV 66.67 127.63 214.54 -
System Red Green Blue C M Y K H S L
Decimal 188 5 66 0 0.97 0.65 0.26 340 0.95 0.38
Hex BC 5 42 0 61 41 1A 154 5F 26
Octal 274 5 102 0 141 101 32 524 137 46
Binary 10111100 101 1000010 0 1100001 1000001 11010 101010100 1011111 100110

Color Harmonies of #BC0542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0542

Black with #BC0542

Text Example


Text Example

White with #BC0542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0542; }

 p { color: rgb(188,5,66); }

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

background-color css

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

 a { background-color: rgb(188,5,66); }

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

border-color css

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

 span { border-color: rgb(188,5,66); }

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