Html Css Color HEX #B71737 Cardinal

📋 copy color: '#B71737'

red 183 ◦ green 23 ◦ blue 55

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

Shades of Cardinal #B71737

Tints of Cardinal #B71737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.81%

 BLUE value IS 55 (21.88% from 255) = 21.07%

R = 70.11%
G = 8.81%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B71737 (or 0xB71737) is known color: Cardinal. HEX triplet: B7, 17 and 37. RGB value is (183,23,55). Sum of RGB (Red+Green+Blue) = 183+23+55=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B71737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71737 is #48E8C8. Grayscale: #4A4A4A. Windows color (decimal): -4778185 or 3610551. OLE color: 3610551.

HSL color Cylindrical-coordinate representation of color #B71737: hue angle of 348º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71737 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 23 55 -
CMYK 0 0.87 0.70 0.28
HSL 348º 0.78% 0.4% -
HSV(B) 348º 0.87% 0.72% -
XYZ 20.52 10.96 4.65 -
YUV 74.49 117.01 205.4 -
System Red Green Blue C M Y K H S L
Decimal 183 23 55 0 0.87 0.70 0.28 348 0.78 0.4
Hex B7 17 37 0 57 46 1C 15C 4E 28
Octal 267 27 67 0 127 106 34 534 116 50
Binary 10110111 10111 110111 0 1010111 1000110 11100 101011100 1001110 101000

Color Harmonies of #B71737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71737

Black with #B71737

Text Example


Text Example

White with #B71737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71737; }

 p { color: rgb(183,23,55); }

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

background-color css

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

 a { background-color: rgb(183,23,55); }

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

border-color css

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

 span { border-color: rgb(183,23,55); }

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