Html Css Color HEX #BC2429 Cardinal

📋 copy color: '#BC2429'

red 188 ◦ green 36 ◦ blue 41

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

Shades of Cardinal #BC2429

Tints of Cardinal #BC2429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.58%

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

R = 70.94%
G = 13.58%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC2429 (or 0xBC2429) is known color: Cardinal. HEX triplet: BC, 24 and 29. RGB value is (188,36,41). Sum of RGB (Red+Green+Blue) = 188+36+41=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2429 is #43DBD6. Grayscale: #525252. Windows color (decimal): -4447191 or 2696380. OLE color: 2696380.

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

Color convert

RGB 188 36 41 -
CMYK 0 0.81 0.78 0.26
HSL 358.03º 0.68% 0.44% -
HSV(B) 358.03º 0.81% 0.74% -
XYZ 21.77 12.11 3.29 -
YUV 82.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 188 36 41 0 0.81 0.78 0.26 358.03 0.68 0.44
Hex BC 24 29 0 51 4E 1A 166 44 2C
Octal 274 44 51 0 121 116 32 546 104 54
Binary 10111100 100100 101001 0 1010001 1001110 11010 101100110 1000100 101100

Color Harmonies of #BC2429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2429

Black with #BC2429

Text Example


Text Example

White with #BC2429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2429; }

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

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

background-color css

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

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

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

border-color css

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

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

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