Html Css Color HEX #BC1042 Cardinal

📋 copy color: '#BC1042'

red 188 ◦ green 16 ◦ blue 66

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

Shades of Cardinal #BC1042

Tints of Cardinal #BC1042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.93%

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

R = 69.63%
G = 5.93%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC1042 (or 0xBC1042) is known color: Cardinal. HEX triplet: BC, 10 and 42. RGB value is (188,16,66). Sum of RGB (Red+Green+Blue) = 188+16+66=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1042 is #43EFBD. Grayscale: #494949. Windows color (decimal): -4452286 or 4329660. OLE color: 4329660.

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

Color convert

RGB 188 16 66 -
CMYK 0 0.91 0.65 0.26
HSL 342.56º 0.84% 0.4% -
HSV(B) 342.56º 0.91% 0.74% -
XYZ 21.91 11.46 6.21 -
YUV 73.13 123.98 209.93 -
System Red Green Blue C M Y K H S L
Decimal 188 16 66 0 0.91 0.65 0.26 342.56 0.84 0.4
Hex BC 10 42 0 5B 41 1A 157 54 28
Octal 274 20 102 0 133 101 32 527 124 50
Binary 10111100 10000 1000010 0 1011011 1000001 11010 101010111 1010100 101000

Color Harmonies of #BC1042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1042

Black with #BC1042

Text Example


Text Example

White with #BC1042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1042; }

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

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

background-color css

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

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

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

border-color css

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

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

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