Html Css Color HEX #B31138 Cardinal

📋 copy color: '#B31138'

red 179 ◦ green 17 ◦ blue 56

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

Shades of Cardinal #B31138

Tints of Cardinal #B31138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.75%

 BLUE value IS 56 (22.27% from 255) = 22.22%

R = 71.03%
G = 6.75%
B = 22.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

#B31138 (or 0xB31138) is known color: Cardinal. HEX triplet: B3, 11 and 38. RGB value is (179,17,56). Sum of RGB (Red+Green+Blue) = 179+17+56=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B31138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31138 is #4CEEC7. Grayscale: #454545. Windows color (decimal): -5041864 or 3674547. OLE color: 3674547.

HSL color Cylindrical-coordinate representation of color #B31138: hue angle of 345.56º degrees, saturation: 0.83, 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 #B31138 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 17 56 -
CMYK 0 0.91 0.69 0.30
HSL 345.56º 0.83% 0.38% -
HSV(B) 345.56º 0.91% 0.7% -
XYZ 19.5 10.27 4.7 -
YUV 69.88 120.17 205.83 -
System Red Green Blue C M Y K H S L
Decimal 179 17 56 0 0.91 0.69 0.30 345.56 0.83 0.38
Hex B3 11 38 0 5B 45 1E 15A 53 26
Octal 263 21 70 0 133 105 36 532 123 46
Binary 10110011 10001 111000 0 1011011 1000101 11110 101011010 1010011 100110

Color Harmonies of #B31138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31138

Black with #B31138

Text Example


Text Example

White with #B31138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31138; }

 p { color: rgb(179,17,56); }

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

background-color css

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

 a { background-color: rgb(179,17,56); }

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

border-color css

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

 span { border-color: rgb(179,17,56); }

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