Html Css Color HEX #B11429 Cardinal

📋 copy color: '#B11429'

red 177 ◦ green 20 ◦ blue 41

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

Shades of Cardinal #B11429

Tints of Cardinal #B11429

RGB

 RED value IS 177 (69.53% from 255) = 74.37%

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

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

R = 74.37%
G = 8.4%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B11429 (or 0xB11429) is known color: Cardinal. HEX triplet: B1, 14 and 29. RGB value is (177,20,41). Sum of RGB (Red+Green+Blue) = 177+20+41=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B11429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11429 is #4EEBD6. Grayscale: #454545. Windows color (decimal): -5172183 or 2692273. OLE color: 2692273.

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

Color convert

RGB 177 20 41 -
CMYK 0 0.89 0.77 0.31
HSL 351.97º 0.8% 0.39% -
HSV(B) 351.97º 0.89% 0.69% -
XYZ 18.78 10.01 3.04 -
YUV 69.34 112.01 204.79 -
System Red Green Blue C M Y K H S L
Decimal 177 20 41 0 0.89 0.77 0.31 351.97 0.8 0.39
Hex B1 14 29 0 59 4D 1F 160 50 27
Octal 261 24 51 0 131 115 37 540 120 47
Binary 10110001 10100 101001 0 1011001 1001101 11111 101100000 1010000 100111

Color Harmonies of #B11429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11429

Black with #B11429

Text Example


Text Example

White with #B11429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11429; }

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

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

background-color css

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

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

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

border-color css

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

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

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