Html Css Color HEX #B71332 Cardinal

📋 copy color: '#B71332'

red 183 ◦ green 19 ◦ blue 50

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

Shades of Cardinal #B71332

Tints of Cardinal #B71332

RGB

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

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

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

R = 72.62%
G = 7.54%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B71332 (or 0xB71332) is known color: Cardinal. HEX triplet: B7, 13 and 32. RGB value is (183,19,50). Sum of RGB (Red+Green+Blue) = 183+19+50=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B71332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71332 is #48ECCD. Grayscale: #474747. Windows color (decimal): -4779214 or 3281847. OLE color: 3281847.

HSL color Cylindrical-coordinate representation of color #B71332: hue angle of 348.66º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71332 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 19 50 -
CMYK 0 0.90 0.73 0.28
HSL 348.66º 0.81% 0.4% -
HSV(B) 348.66º 0.9% 0.72% -
XYZ 20.34 10.76 4.02 -
YUV 71.57 115.83 207.48 -
System Red Green Blue C M Y K H S L
Decimal 183 19 50 0 0.90 0.73 0.28 348.66 0.81 0.4
Hex B7 13 32 0 5A 49 1C 15D 51 28
Octal 267 23 62 0 132 111 34 535 121 50
Binary 10110111 10011 110010 0 1011010 1001001 11100 101011101 1010001 101000

Color Harmonies of #B71332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71332

Black with #B71332

Text Example


Text Example

White with #B71332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71332; }

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

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

background-color css

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

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

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

border-color css

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

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

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