Html Css Color HEX #B71139 Cardinal

📋 copy color: '#B71139'

red 183 ◦ green 17 ◦ blue 57

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

Shades of Cardinal #B71139

Tints of Cardinal #B71139

RGB

 RED value IS 183 (71.88% from 255) = 71.21%

 GREEN value IS 17 (7.03% from 255) = 6.61%

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

R = 71.21%
G = 6.61%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B71139 (or 0xB71139) is known color: Cardinal. HEX triplet: B7, 11 and 39. RGB value is (183,17,57). Sum of RGB (Red+Green+Blue) = 183+17+57=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B71139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71139 is #48EEC6. Grayscale: #474747. Windows color (decimal): -4779719 or 3740087. OLE color: 3740087.

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

Color convert

RGB 183 17 57 -
CMYK 0 0.91 0.69 0.28
HSL 345.54º 0.83% 0.39% -
HSV(B) 345.54º 0.91% 0.72% -
XYZ 20.47 10.76 4.87 -
YUV 71.19 120 207.75 -
System Red Green Blue C M Y K H S L
Decimal 183 17 57 0 0.91 0.69 0.28 345.54 0.83 0.39
Hex B7 11 39 0 5B 45 1C 15A 53 27
Octal 267 21 71 0 133 105 34 532 123 47
Binary 10110111 10001 111001 0 1011011 1000101 11100 101011010 1010011 100111

Color Harmonies of #B71139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71139

Black with #B71139

Text Example


Text Example

White with #B71139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71139; }

 p { color: rgb(183,17,57); }

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

background-color css

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

 a { background-color: rgb(183,17,57); }

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

border-color css

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

 span { border-color: rgb(183,17,57); }

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