Html Css Color HEX #B71131 Cardinal

📋 copy color: '#B71131'

red 183 ◦ green 17 ◦ blue 49

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

Shades of Cardinal #B71131

Tints of Cardinal #B71131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.83%

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

R = 73.49%
G = 6.83%
B = 19.68%

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

#B71131 (or 0xB71131) is known color: Cardinal. HEX triplet: B7, 11 and 31. RGB value is (183,17,49). Sum of RGB (Red+Green+Blue) = 183+17+49=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B71131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71131 is #48EECE. Grayscale: #464646. Windows color (decimal): -4779727 or 3215799. OLE color: 3215799.

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

Color convert

RGB 183 17 49 -
CMYK 0 0.91 0.73 0.28
HSL 348.43º 0.83% 0.39% -
HSV(B) 348.43º 0.91% 0.72% -
XYZ 20.28 10.69 3.9 -
YUV 70.28 116 208.4 -
System Red Green Blue C M Y K H S L
Decimal 183 17 49 0 0.91 0.73 0.28 348.43 0.83 0.39
Hex B7 11 31 0 5B 49 1C 15C 53 27
Octal 267 21 61 0 133 111 34 534 123 47
Binary 10110111 10001 110001 0 1011011 1001001 11100 101011100 1010011 100111

Color Harmonies of #B71131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71131

Black with #B71131

Text Example


Text Example

White with #B71131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71131; }

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

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

background-color css

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

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

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

border-color css

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

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

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