Html Css Color HEX #B31437 Cardinal

📋 copy color: '#B31437'

red 179 ◦ green 20 ◦ blue 55

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

Shades of Cardinal #B31437

Tints of Cardinal #B31437

RGB

 RED value IS 179 (70.31% from 255) = 70.47%

 GREEN value IS 20 (8.2% from 255) = 7.87%

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

R = 70.47%
G = 7.87%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B31437 (or 0xB31437) is known color: Cardinal. HEX triplet: B3, 14 and 37. RGB value is (179,20,55). Sum of RGB (Red+Green+Blue) = 179+20+55=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B31437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31437 is #4CEBC8. Grayscale: #474747. Windows color (decimal): -5041097 or 3609779. OLE color: 3609779.

HSL color Cylindrical-coordinate representation of color #B31437: hue angle of 346.79º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31437 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 20 55 -
CMYK 0 0.89 0.69 0.30
HSL 346.79º 0.8% 0.39% -
HSV(B) 346.79º 0.89% 0.7% -
XYZ 19.53 10.36 4.58 -
YUV 71.53 118.68 204.65 -
System Red Green Blue C M Y K H S L
Decimal 179 20 55 0 0.89 0.69 0.30 346.79 0.8 0.39
Hex B3 14 37 0 59 45 1E 15B 50 27
Octal 263 24 67 0 131 105 36 533 120 47
Binary 10110011 10100 110111 0 1011001 1000101 11110 101011011 1010000 100111

Color Harmonies of #B31437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31437

Black with #B31437

Text Example


Text Example

White with #B31437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31437; }

 p { color: rgb(179,20,55); }

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

background-color css

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

 a { background-color: rgb(179,20,55); }

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

border-color css

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

 span { border-color: rgb(179,20,55); }

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