Html Css Color HEX #B31C29 Cardinal

📋 copy color: '#B31C29'

red 179 ◦ green 28 ◦ blue 41

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

Shades of Cardinal #B31C29

Tints of Cardinal #B31C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.53%

R = 72.18%
G = 11.29%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B31C29 (or 0xB31C29) is known color: Cardinal. HEX triplet: B3, 1C and 29. RGB value is (179,28,41). Sum of RGB (Red+Green+Blue) = 179+28+41=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C29 is #4CE3D6. Grayscale: #4A4A4A. Windows color (decimal): -5039063 or 2694323. OLE color: 2694323.

HSL color Cylindrical-coordinate representation of color #B31C29: hue angle of 354.83º 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 #B31C29 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 28 41 -
CMYK 0 0.84 0.77 0.30
HSL 354.83º 0.73% 0.41% -
HSV(B) 354.83º 0.84% 0.7% -
XYZ 19.41 10.57 3.12 -
YUV 74.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 179 28 41 0 0.84 0.77 0.30 354.83 0.73 0.41
Hex B3 1C 29 0 54 4D 1E 163 49 29
Octal 263 34 51 0 124 115 36 543 111 51
Binary 10110011 11100 101001 0 1010100 1001101 11110 101100011 1001001 101001

Color Harmonies of #B31C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C29

Black with #B31C29

Text Example


Text Example

White with #B31C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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