Html Css Color HEX #B71749 Cardinal

📋 copy color: '#B71749'

red 183 ◦ green 23 ◦ blue 73

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

Shades of Cardinal #B71749

Tints of Cardinal #B71749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.24%

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

R = 65.59%
G = 8.24%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B71749 (or 0xB71749) is known color: Cardinal. HEX triplet: B7, 17 and 49. RGB value is (183,23,73). Sum of RGB (Red+Green+Blue) = 183+23+73=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B71749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71749 is #48E8B6. Grayscale: #4C4C4C. Windows color (decimal): -4778167 or 4790199. OLE color: 4790199.

HSL color Cylindrical-coordinate representation of color #B71749: hue angle of 341.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71749 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 23 73 -
CMYK 0 0.87 0.60 0.28
HSL 341.25º 0.78% 0.4% -
HSV(B) 341.25º 0.87% 0.72% -
XYZ 21.04 11.16 7.35 -
YUV 76.54 126.01 203.93 -
System Red Green Blue C M Y K H S L
Decimal 183 23 73 0 0.87 0.60 0.28 341.25 0.78 0.4
Hex B7 17 49 0 57 3C 1C 155 4E 28
Octal 267 27 111 0 127 74 34 525 116 50
Binary 10110111 10111 1001001 0 1010111 111100 11100 101010101 1001110 101000

Color Harmonies of #B71749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71749

Black with #B71749

Text Example


Text Example

White with #B71749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71749; }

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

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

background-color css

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

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

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

border-color css

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

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

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