Html Css Color HEX #B11226 Cardinal

📋 copy color: '#B11226'

red 177 ◦ green 18 ◦ blue 38

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

Shades of Cardinal #B11226

Tints of Cardinal #B11226

RGB

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

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

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

R = 75.97%
G = 7.73%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B11226 (or 0xB11226) is known color: Cardinal. HEX triplet: B1, 12 and 26. RGB value is (177,18,38). Sum of RGB (Red+Green+Blue) = 177+18+38=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B11226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11226 is #4EEDD9. Grayscale: #434343. Windows color (decimal): -5172698 or 2495153. OLE color: 2495153.

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

Color convert

RGB 177 18 38 -
CMYK 0 0.90 0.79 0.31
HSL 352.45º 0.82% 0.38% -
HSV(B) 352.45º 0.9% 0.69% -
XYZ 18.7 9.92 2.76 -
YUV 67.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 177 18 38 0 0.90 0.79 0.31 352.45 0.82 0.38
Hex B1 12 26 0 5A 4F 1F 160 52 26
Octal 261 22 46 0 132 117 37 540 122 46
Binary 10110001 10010 100110 0 1011010 1001111 11111 101100000 1010010 100110

Color Harmonies of #B11226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11226

Black with #B11226

Text Example


Text Example

White with #B11226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11226; }

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

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

background-color css

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

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

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

border-color css

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

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

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