Html Css Color HEX #BC1E29 Cardinal

📋 copy color: '#BC1E29'

red 188 ◦ green 30 ◦ blue 41

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

Shades of Cardinal #BC1E29

Tints of Cardinal #BC1E29

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.58%

 BLUE value IS 41 (16.41% from 255) = 15.83%

R = 72.59%
G = 11.58%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC1E29 (or 0xBC1E29) is known color: Cardinal. HEX triplet: BC, 1E and 29. RGB value is (188,30,41). Sum of RGB (Red+Green+Blue) = 188+30+41=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E29 is #43E1D6. Grayscale: #4E4E4E. Windows color (decimal): -4448727 or 2694844. OLE color: 2694844.

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

Color convert

RGB 188 30 41 -
CMYK 0 0.84 0.78 0.26
HSL 355.82º 0.72% 0.43% -
HSV(B) 355.82º 0.84% 0.74% -
XYZ 21.6 11.78 3.23 -
YUV 78.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 188 30 41 0 0.84 0.78 0.26 355.82 0.72 0.43
Hex BC 1E 29 0 54 4E 1A 164 48 2B
Octal 274 36 51 0 124 116 32 544 110 53
Binary 10111100 11110 101001 0 1010100 1001110 11010 101100100 1001000 101011

Color Harmonies of #BC1E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E29

Black with #BC1E29

Text Example


Text Example

White with #BC1E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E29; }

 p { color: rgb(188,30,41); }

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

background-color css

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

 a { background-color: rgb(188,30,41); }

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

border-color css

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

 span { border-color: rgb(188,30,41); }

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