Html Css Color HEX #B11227 Cardinal

📋 copy color: '#B11227'

red 177 ◦ green 18 ◦ blue 39

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

Shades of Cardinal #B11227

Tints of Cardinal #B11227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.67%

R = 75.64%
G = 7.69%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B11227 (or 0xB11227) is known color: Cardinal. HEX triplet: B1, 12 and 27. RGB value is (177,18,39). Sum of RGB (Red+Green+Blue) = 177+18+39=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B11227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11227 is #4EEDD8. Grayscale: #444444. Windows color (decimal): -5172697 or 2560689. OLE color: 2560689.

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

Color convert

RGB 177 18 39 -
CMYK 0 0.90 0.78 0.31
HSL 352.08º 0.82% 0.38% -
HSV(B) 352.08º 0.9% 0.69% -
XYZ 18.71 9.93 2.85 -
YUV 67.94 111.68 205.79 -
System Red Green Blue C M Y K H S L
Decimal 177 18 39 0 0.90 0.78 0.31 352.08 0.82 0.38
Hex B1 12 27 0 5A 4E 1F 160 52 26
Octal 261 22 47 0 132 116 37 540 122 46
Binary 10110001 10010 100111 0 1011010 1001110 11111 101100000 1010010 100110

Color Harmonies of #B11227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11227

Black with #B11227

Text Example


Text Example

White with #B11227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11227; }

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

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

background-color css

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

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

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

border-color css

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

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

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