Html Css Color HEX #B71531 Cardinal

📋 copy color: '#B71531'

red 183 ◦ green 21 ◦ blue 49

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

Shades of Cardinal #B71531

Tints of Cardinal #B71531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.37%

R = 72.33%
G = 8.3%
B = 19.37%

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

#B71531 (or 0xB71531) is known color: Cardinal. HEX triplet: B7, 15 and 31. RGB value is (183,21,49). Sum of RGB (Red+Green+Blue) = 183+21+49=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B71531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71531 is #48EACE. Grayscale: #484848. Windows color (decimal): -4778703 or 3216823. OLE color: 3216823.

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

Color convert

RGB 183 21 49 -
CMYK 0 0.89 0.73 0.28
HSL 349.63º 0.79% 0.4% -
HSV(B) 349.63º 0.89% 0.72% -
XYZ 20.35 10.83 3.92 -
YUV 72.63 114.67 206.72 -
System Red Green Blue C M Y K H S L
Decimal 183 21 49 0 0.89 0.73 0.28 349.63 0.79 0.4
Hex B7 15 31 0 59 49 1C 15E 4F 28
Octal 267 25 61 0 131 111 34 536 117 50
Binary 10110111 10101 110001 0 1011001 1001001 11100 101011110 1001111 101000

Color Harmonies of #B71531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71531

Black with #B71531

Text Example


Text Example

White with #B71531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71531; }

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

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

background-color css

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

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

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

border-color css

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

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

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