Html Css Color HEX #B11426 Cardinal

📋 copy color: '#B11426'

red 177 ◦ green 20 ◦ blue 38

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

Shades of Cardinal #B11426

Tints of Cardinal #B11426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.17%

R = 75.32%
G = 8.51%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B11426 (or 0xB11426) is known color: Cardinal. HEX triplet: B1, 14 and 26. RGB value is (177,20,38). Sum of RGB (Red+Green+Blue) = 177+20+38=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B11426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11426 is #4EEBD9. Grayscale: #454545. Windows color (decimal): -5172186 or 2495665. OLE color: 2495665.

HSL color Cylindrical-coordinate representation of color #B11426: hue angle of 353.12º 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 #B11426 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 20 38 -
CMYK 0 0.89 0.79 0.31
HSL 353.12º 0.8% 0.39% -
HSV(B) 353.12º 0.89% 0.69% -
XYZ 18.73 9.99 2.77 -
YUV 69 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 177 20 38 0 0.89 0.79 0.31 353.12 0.8 0.39
Hex B1 14 26 0 59 4F 1F 161 50 27
Octal 261 24 46 0 131 117 37 541 120 47
Binary 10110001 10100 100110 0 1011001 1001111 11111 101100001 1010000 100111

Color Harmonies of #B11426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11426

Black with #B11426

Text Example


Text Example

White with #B11426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11426; }

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

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

background-color css

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

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

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

border-color css

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

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

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