Html Css Color HEX #B71532 Cardinal

📋 copy color: '#B71532'

red 183 ◦ green 21 ◦ blue 50

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

Shades of Cardinal #B71532

Tints of Cardinal #B71532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.27%

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

R = 72.05%
G = 8.27%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B71532 (or 0xB71532) is known color: Cardinal. HEX triplet: B7, 15 and 32. RGB value is (183,21,50). Sum of RGB (Red+Green+Blue) = 183+21+50=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B71532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71532 is #48EACD. Grayscale: #484848. Windows color (decimal): -4778702 or 3282359. OLE color: 3282359.

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

Color convert

RGB 183 21 50 -
CMYK 0 0.89 0.73 0.28
HSL 349.26º 0.79% 0.4% -
HSV(B) 349.26º 0.89% 0.72% -
XYZ 20.37 10.83 4.04 -
YUV 72.74 115.17 206.64 -
System Red Green Blue C M Y K H S L
Decimal 183 21 50 0 0.89 0.73 0.28 349.26 0.79 0.4
Hex B7 15 32 0 59 49 1C 15D 4F 28
Octal 267 25 62 0 131 111 34 535 117 50
Binary 10110111 10101 110010 0 1011001 1001001 11100 101011101 1001111 101000

Color Harmonies of #B71532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71532

Black with #B71532

Text Example


Text Example

White with #B71532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71532; }

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

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

background-color css

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

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

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

border-color css

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

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

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