Html Css Color HEX #B71031 Cardinal

📋 copy color: '#B71031'

red 183 ◦ green 16 ◦ blue 49

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

Shades of Cardinal #B71031

Tints of Cardinal #B71031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

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

R = 73.79%
G = 6.45%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B71031 (or 0xB71031) is known color: Cardinal. HEX triplet: B7, 10 and 31. RGB value is (183,16,49). Sum of RGB (Red+Green+Blue) = 183+16+49=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B71031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71031 is #48EFCE. Grayscale: #454545. Windows color (decimal): -4779983 or 3215543. OLE color: 3215543.

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

Color convert

RGB 183 16 49 -
CMYK 0 0.91 0.73 0.28
HSL 348.14º 0.84% 0.39% -
HSV(B) 348.14º 0.91% 0.72% -
XYZ 20.27 10.66 3.89 -
YUV 69.7 116.33 208.82 -
System Red Green Blue C M Y K H S L
Decimal 183 16 49 0 0.91 0.73 0.28 348.14 0.84 0.39
Hex B7 10 31 0 5B 49 1C 15C 54 27
Octal 267 20 61 0 133 111 34 534 124 47
Binary 10110111 10000 110001 0 1011011 1001001 11100 101011100 1010100 100111

Color Harmonies of #B71031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71031

Black with #B71031

Text Example


Text Example

White with #B71031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71031; }

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

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

background-color css

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

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

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

border-color css

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

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

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