Html Css Color HEX #B11229 Cardinal

📋 copy color: '#B11229'

red 177 ◦ green 18 ◦ blue 41

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

Shades of Cardinal #B11229

Tints of Cardinal #B11229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.63%

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

R = 75%
G = 7.63%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B11229 (or 0xB11229) is known color: Cardinal. HEX triplet: B1, 12 and 29. RGB value is (177,18,41). Sum of RGB (Red+Green+Blue) = 177+18+41=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B11229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11229 is #4EEDD6. Grayscale: #444444. Windows color (decimal): -5172695 or 2691761. OLE color: 2691761.

HSL color Cylindrical-coordinate representation of color #B11229: hue angle of 351.32º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11229 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 41 -
CMYK 0 0.90 0.77 0.31
HSL 351.32º 0.82% 0.38% -
HSV(B) 351.32º 0.9% 0.69% -
XYZ 18.75 9.94 3.03 -
YUV 68.16 112.68 205.63 -
System Red Green Blue C M Y K H S L
Decimal 177 18 41 0 0.90 0.77 0.31 351.32 0.82 0.38
Hex B1 12 29 0 5A 4D 1F 15F 52 26
Octal 261 22 51 0 132 115 37 537 122 46
Binary 10110001 10010 101001 0 1011010 1001101 11111 101011111 1010010 100110

Color Harmonies of #B11229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11229

Black with #B11229

Text Example


Text Example

White with #B11229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11229; }

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

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

background-color css

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

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

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

border-color css

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

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

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