Html Css Color HEX #B71837 Cardinal

📋 copy color: '#B71837'

red 183 ◦ green 24 ◦ blue 55

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

Shades of Cardinal #B71837

Tints of Cardinal #B71837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.16%

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

R = 69.85%
G = 9.16%
B = 20.99%

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

#B71837 (or 0xB71837) is known color: Cardinal. HEX triplet: B7, 18 and 37. RGB value is (183,24,55). Sum of RGB (Red+Green+Blue) = 183+24+55=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B71837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71837 is #48E7C8. Grayscale: #4B4B4B. Windows color (decimal): -4777929 or 3610807. OLE color: 3610807.

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

Color convert

RGB 183 24 55 -
CMYK 0 0.87 0.70 0.28
HSL 348.3º 0.77% 0.41% -
HSV(B) 348.3º 0.87% 0.72% -
XYZ 20.54 11 4.65 -
YUV 75.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 183 24 55 0 0.87 0.70 0.28 348.3 0.77 0.41
Hex B7 18 37 0 57 46 1C 15C 4D 29
Octal 267 30 67 0 127 106 34 534 115 51
Binary 10110111 11000 110111 0 1010111 1000110 11100 101011100 1001101 101001

Color Harmonies of #B71837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71837

Black with #B71837

Text Example


Text Example

White with #B71837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71837; }

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

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

background-color css

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

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

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

border-color css

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

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

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