Html Css Color HEX #B41429 Cardinal

📋 copy color: '#B41429'

red 180 ◦ green 20 ◦ blue 41

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

Shades of Cardinal #B41429

Tints of Cardinal #B41429

RGB

 RED value IS 180 (70.7% from 255) = 74.69%

 GREEN value IS 20 (8.2% from 255) = 8.3%

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

R = 74.69%
G = 8.3%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B41429 (or 0xB41429) is known color: Cardinal. HEX triplet: B4, 14 and 29. RGB value is (180,20,41). Sum of RGB (Red+Green+Blue) = 180+20+41=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B41429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41429 is #4BEBD6. Grayscale: #464646. Windows color (decimal): -4975575 or 2692276. OLE color: 2692276.

HSL color Cylindrical-coordinate representation of color #B41429: hue angle of 352.12º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41429 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 20 41 -
CMYK 0 0.89 0.77 0.29
HSL 352.13º 0.8% 0.39% -
HSV(B) 352.13º 0.89% 0.71% -
XYZ 19.47 10.36 3.07 -
YUV 70.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 180 20 41 0 0.89 0.77 0.29 352.13 0.8 0.39
Hex B4 14 29 0 59 4D 1D 160 50 27
Octal 264 24 51 0 131 115 35 540 120 47
Binary 10110100 10100 101001 0 1011001 1001101 11101 101100000 1010000 100111

Color Harmonies of #B41429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41429

Black with #B41429

Text Example


Text Example

White with #B41429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41429; }

 p { color: rgb(180,20,41); }

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

background-color css

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

 a { background-color: rgb(180,20,41); }

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

border-color css

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

 span { border-color: rgb(180,20,41); }

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