Html Css Color HEX #B71F31 Cardinal

📋 copy color: '#B71F31'

red 183 ◦ green 31 ◦ blue 49

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

Shades of Cardinal #B71F31

Tints of Cardinal #B71F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.79%

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

R = 69.58%
G = 11.79%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B71F31 (or 0xB71F31) is known color: Cardinal. HEX triplet: B7, 1F and 31. RGB value is (183,31,49). Sum of RGB (Red+Green+Blue) = 183+31+49=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71F31 is #48E0CE. Grayscale: #4E4E4E. Windows color (decimal): -4776143 or 3219383. OLE color: 3219383.

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

Color convert

RGB 183 31 49 -
CMYK 0 0.83 0.73 0.28
HSL 352.89º 0.71% 0.42% -
HSV(B) 352.89º 0.83% 0.72% -
XYZ 20.57 11.27 4 -
YUV 78.5 111.36 202.54 -
System Red Green Blue C M Y K H S L
Decimal 183 31 49 0 0.83 0.73 0.28 352.89 0.71 0.42
Hex B7 1F 31 0 53 49 1C 161 47 2A
Octal 267 37 61 0 123 111 34 541 107 52
Binary 10110111 11111 110001 0 1010011 1001001 11100 101100001 1000111 101010

Color Harmonies of #B71F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71F31

Black with #B71F31

Text Example


Text Example

White with #B71F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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