Html Css Color HEX #B11037 Cardinal

📋 copy color: '#B11037'

red 177 ◦ green 16 ◦ blue 55

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

Shades of Cardinal #B11037

Tints of Cardinal #B11037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

 BLUE value IS 55 (21.88% from 255) = 22.18%

R = 71.37%
G = 6.45%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B11037 (or 0xB11037) is known color: Cardinal. HEX triplet: B1, 10 and 37. RGB value is (177,16,55). Sum of RGB (Red+Green+Blue) = 177+16+55=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B11037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11037 is #4EEFC8. Grayscale: #444444. Windows color (decimal): -5173193 or 3608753. OLE color: 3608753.

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

Color convert

RGB 177 16 55 -
CMYK 0 0.91 0.69 0.31
HSL 345.47º 0.83% 0.38% -
HSV(B) 345.47º 0.91% 0.69% -
XYZ 19.01 9.99 4.54 -
YUV 68.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 177 16 55 0 0.91 0.69 0.31 345.47 0.83 0.38
Hex B1 10 37 0 5B 45 1F 159 53 26
Octal 261 20 67 0 133 105 37 531 123 46
Binary 10110001 10000 110111 0 1011011 1000101 11111 101011001 1010011 100110

Color Harmonies of #B11037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11037

Black with #B11037

Text Example


Text Example

White with #B11037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11037; }

 p { color: rgb(177,16,55); }

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

background-color css

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

 a { background-color: rgb(177,16,55); }

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

border-color css

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

 span { border-color: rgb(177,16,55); }

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