Html Css Color HEX #B11239 Cardinal

📋 copy color: '#B11239'

red 177 ◦ green 18 ◦ blue 57

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

Shades of Cardinal #B11239

Tints of Cardinal #B11239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.62%

R = 70.24%
G = 7.14%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B11239 (or 0xB11239) is known color: Cardinal. HEX triplet: B1, 12 and 39. RGB value is (177,18,57). Sum of RGB (Red+Green+Blue) = 177+18+57=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B11239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11239 is #4EEDC6. Grayscale: #454545. Windows color (decimal): -5172679 or 3740337. OLE color: 3740337.

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

Color convert

RGB 177 18 57 -
CMYK 0 0.90 0.68 0.31
HSL 345.28º 0.82% 0.38% -
HSV(B) 345.28º 0.9% 0.69% -
XYZ 19.09 10.08 4.81 -
YUV 69.99 120.68 204.33 -
System Red Green Blue C M Y K H S L
Decimal 177 18 57 0 0.90 0.68 0.31 345.28 0.82 0.38
Hex B1 12 39 0 5A 44 1F 159 52 26
Octal 261 22 71 0 132 104 37 531 122 46
Binary 10110001 10010 111001 0 1011010 1000100 11111 101011001 1010010 100110

Color Harmonies of #B11239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11239

Black with #B11239

Text Example


Text Example

White with #B11239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11239; }

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

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

background-color css

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

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

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

border-color css

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

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

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