Html Css Color HEX #B31C38 Cardinal

📋 copy color: '#B31C38'

red 179 ◦ green 28 ◦ blue 56

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

Shades of Cardinal #B31C38

Tints of Cardinal #B31C38

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.65%

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

R = 68.06%
G = 10.65%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B31C38 (or 0xB31C38) is known color: Cardinal. HEX triplet: B3, 1C and 38. RGB value is (179,28,56). Sum of RGB (Red+Green+Blue) = 179+28+56=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C38 is #4CE3C7. Grayscale: #4C4C4C. Windows color (decimal): -5039048 or 3677363. OLE color: 3677363.

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

Color convert

RGB 179 28 56 -
CMYK 0 0.84 0.69 0.30
HSL 348.87º 0.73% 0.41% -
HSV(B) 348.87º 0.84% 0.7% -
XYZ 19.72 10.7 4.77 -
YUV 76.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 179 28 56 0 0.84 0.69 0.30 348.87 0.73 0.41
Hex B3 1C 38 0 54 45 1E 15D 49 29
Octal 263 34 70 0 124 105 36 535 111 51
Binary 10110011 11100 111000 0 1010100 1000101 11110 101011101 1001001 101001

Color Harmonies of #B31C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C38

Black with #B31C38

Text Example


Text Example

White with #B31C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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