Html Css Color HEX #B11339 Cardinal

📋 copy color: '#B11339'

red 177 ◦ green 19 ◦ blue 57

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

Shades of Cardinal #B11339

Tints of Cardinal #B11339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

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

R = 69.96%
G = 7.51%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B11339 (or 0xB11339) is known color: Cardinal. HEX triplet: B1, 13 and 39. RGB value is (177,19,57). Sum of RGB (Red+Green+Blue) = 177+19+57=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B11339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11339 is #4EECC6. Grayscale: #464646. Windows color (decimal): -5172423 or 3740593. OLE color: 3740593.

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

Color convert

RGB 177 19 57 -
CMYK 0 0.89 0.68 0.31
HSL 345.57º 0.81% 0.38% -
HSV(B) 345.57º 0.89% 0.69% -
XYZ 19.1 10.11 4.82 -
YUV 70.57 120.35 203.91 -
System Red Green Blue C M Y K H S L
Decimal 177 19 57 0 0.89 0.68 0.31 345.57 0.81 0.38
Hex B1 13 39 0 59 44 1F 15A 51 26
Octal 261 23 71 0 131 104 37 532 121 46
Binary 10110001 10011 111001 0 1011001 1000100 11111 101011010 1010001 100110

Color Harmonies of #B11339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11339

Black with #B11339

Text Example


Text Example

White with #B11339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11339; }

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

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

background-color css

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

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

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

border-color css

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

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

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