Html Css Color HEX #B71B37 Cardinal

📋 copy color: '#B71B37'

red 183 ◦ green 27 ◦ blue 55

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

Shades of Cardinal #B71B37

Tints of Cardinal #B71B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.19%

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

R = 69.06%
G = 10.19%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B71B37 (or 0xB71B37) is known color: Cardinal. HEX triplet: B7, 1B and 37. RGB value is (183,27,55). Sum of RGB (Red+Green+Blue) = 183+27+55=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71B37 is #48E4C8. Grayscale: #4C4C4C. Windows color (decimal): -4777161 or 3611575. OLE color: 3611575.

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

Color convert

RGB 183 27 55 -
CMYK 0 0.85 0.70 0.28
HSL 349.23º 0.74% 0.41% -
HSV(B) 349.23º 0.85% 0.72% -
XYZ 20.61 11.13 4.68 -
YUV 76.84 115.68 203.72 -
System Red Green Blue C M Y K H S L
Decimal 183 27 55 0 0.85 0.70 0.28 349.23 0.74 0.41
Hex B7 1B 37 0 55 46 1C 15D 4A 29
Octal 267 33 67 0 125 106 34 535 112 51
Binary 10110111 11011 110111 0 1010101 1000110 11100 101011101 1001010 101001

Color Harmonies of #B71B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71B37

Black with #B71B37

Text Example


Text Example

White with #B71B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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