Html Css Color HEX #B71E31 Cardinal

📋 copy color: '#B71E31'

red 183 ◦ green 30 ◦ blue 49

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

Shades of Cardinal #B71E31

Tints of Cardinal #B71E31

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.45%

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

R = 69.85%
G = 11.45%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B71E31 (or 0xB71E31) is known color: Cardinal. HEX triplet: B7, 1E and 31. RGB value is (183,30,49). Sum of RGB (Red+Green+Blue) = 183+30+49=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E31 is #48E1CE. Grayscale: #4D4D4D. Windows color (decimal): -4776399 or 3219127. OLE color: 3219127.

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

Color convert

RGB 183 30 49 -
CMYK 0 0.84 0.73 0.28
HSL 352.55º 0.72% 0.42% -
HSV(B) 352.55º 0.84% 0.72% -
XYZ 20.55 11.22 3.99 -
YUV 77.91 111.69 202.96 -
System Red Green Blue C M Y K H S L
Decimal 183 30 49 0 0.84 0.73 0.28 352.55 0.72 0.42
Hex B7 1E 31 0 54 49 1C 161 48 2A
Octal 267 36 61 0 124 111 34 541 110 52
Binary 10110111 11110 110001 0 1010100 1001001 11100 101100001 1001000 101010

Color Harmonies of #B71E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71E31

Black with #B71E31

Text Example


Text Example

White with #B71E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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