Html Css Color HEX #B71732 Cardinal

📋 copy color: '#B71732'

red 183 ◦ green 23 ◦ blue 50

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

Shades of Cardinal #B71732

Tints of Cardinal #B71732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.53%

R = 71.48%
G = 8.98%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B71732 (or 0xB71732) is known color: Cardinal. HEX triplet: B7, 17 and 32. RGB value is (183,23,50). Sum of RGB (Red+Green+Blue) = 183+23+50=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B71732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71732 is #48E8CD. Grayscale: #494949. Windows color (decimal): -4778190 or 3282871. OLE color: 3282871.

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

Color convert

RGB 183 23 50 -
CMYK 0 0.87 0.73 0.28
HSL 349.88º 0.78% 0.4% -
HSV(B) 349.88º 0.87% 0.72% -
XYZ 20.41 10.91 4.05 -
YUV 73.92 114.51 205.8 -
System Red Green Blue C M Y K H S L
Decimal 183 23 50 0 0.87 0.73 0.28 349.88 0.78 0.4
Hex B7 17 32 0 57 49 1C 15E 4E 28
Octal 267 27 62 0 127 111 34 536 116 50
Binary 10110111 10111 110010 0 1010111 1001001 11100 101011110 1001110 101000

Color Harmonies of #B71732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71732

Black with #B71732

Text Example


Text Example

White with #B71732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71732; }

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

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

background-color css

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

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

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

border-color css

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

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

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