Html Css Color HEX #BC1829 Cardinal

📋 copy color: '#BC1829'

red 188 ◦ green 24 ◦ blue 41

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

Shades of Cardinal #BC1829

Tints of Cardinal #BC1829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.49%

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

R = 74.31%
G = 9.49%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC1829 (or 0xBC1829) is known color: Cardinal. HEX triplet: BC, 18 and 29. RGB value is (188,24,41). Sum of RGB (Red+Green+Blue) = 188+24+41=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1829 is #43E7D6. Grayscale: #4B4B4B. Windows color (decimal): -4450263 or 2693308. OLE color: 2693308.

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

Color convert

RGB 188 24 41 -
CMYK 0 0.87 0.78 0.26
HSL 353.78º 0.77% 0.42% -
HSV(B) 353.78º 0.87% 0.74% -
XYZ 21.47 11.5 3.19 -
YUV 74.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 188 24 41 0 0.87 0.78 0.26 353.78 0.77 0.42
Hex BC 18 29 0 57 4E 1A 162 4D 2A
Octal 274 30 51 0 127 116 32 542 115 52
Binary 10111100 11000 101001 0 1010111 1001110 11010 101100010 1001101 101010

Color Harmonies of #BC1829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1829

Black with #BC1829

Text Example


Text Example

White with #BC1829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1829; }

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

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

background-color css

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

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

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

border-color css

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

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

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