Html Css Color HEX #B71149 Cardinal

📋 copy color: '#B71149'

red 183 ◦ green 17 ◦ blue 73

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

Shades of Cardinal #B71149

Tints of Cardinal #B71149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.74%

R = 67.03%
G = 6.23%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B71149 (or 0xB71149) is known color: Cardinal. HEX triplet: B7, 11 and 49. RGB value is (183,17,73). Sum of RGB (Red+Green+Blue) = 183+17+73=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B71149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71149 is #48EEB6. Grayscale: #484848. Windows color (decimal): -4779703 or 4788663. OLE color: 4788663.

HSL color Cylindrical-coordinate representation of color #B71149: hue angle of 339.76º 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 #B71149 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 17 73 -
CMYK 0 0.91 0.60 0.28
HSL 339.76º 0.83% 0.39% -
HSV(B) 339.76º 0.91% 0.72% -
XYZ 20.93 10.95 7.31 -
YUV 73.02 128 206.45 -
System Red Green Blue C M Y K H S L
Decimal 183 17 73 0 0.91 0.60 0.28 339.76 0.83 0.39
Hex B7 11 49 0 5B 3C 1C 154 53 27
Octal 267 21 111 0 133 74 34 524 123 47
Binary 10110111 10001 1001001 0 1011011 111100 11100 101010100 1010011 100111

Color Harmonies of #B71149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71149

Black with #B71149

Text Example


Text Example

White with #B71149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71149; }

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

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

background-color css

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

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

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

border-color css

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

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

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