Html Css Color HEX #B31037 Cardinal

📋 copy color: '#B31037'

red 179 ◦ green 16 ◦ blue 55

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

Shades of Cardinal #B31037

Tints of Cardinal #B31037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

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

R = 71.6%
G = 6.4%
B = 22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B31037 (or 0xB31037) is known color: Cardinal. HEX triplet: B3, 10 and 37. RGB value is (179,16,55). Sum of RGB (Red+Green+Blue) = 179+16+55=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B31037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31037 is #4CEFC8. Grayscale: #454545. Windows color (decimal): -5042121 or 3608755. OLE color: 3608755.

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

Color convert

RGB 179 16 55 -
CMYK 0 0.91 0.69 0.30
HSL 345.64º 0.84% 0.38% -
HSV(B) 345.64º 0.91% 0.7% -
XYZ 19.47 10.23 4.56 -
YUV 69.18 120 206.33 -
System Red Green Blue C M Y K H S L
Decimal 179 16 55 0 0.91 0.69 0.30 345.64 0.84 0.38
Hex B3 10 37 0 5B 45 1E 15A 54 26
Octal 263 20 67 0 133 105 36 532 124 46
Binary 10110011 10000 110111 0 1011011 1000101 11110 101011010 1010100 100110

Color Harmonies of #B31037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31037

Black with #B31037

Text Example


Text Example

White with #B31037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31037; }

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

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

background-color css

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

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

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

border-color css

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

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

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