Html Css Color HEX #B3162F Cardinal

📋 copy color: '#B3162F'

red 179 ◦ green 22 ◦ blue 47

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

Shades of Cardinal #B3162F

Tints of Cardinal #B3162F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.87%

 BLUE value IS 47 (18.75% from 255) = 18.95%

R = 72.18%
G = 8.87%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3162F (or 0xB3162F) is known color: Cardinal. HEX triplet: B3, 16 and 2F. RGB value is (179,22,47). Sum of RGB (Red+Green+Blue) = 179+22+47=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B3162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3162F is #4CE9D0. Grayscale: #474747. Windows color (decimal): -5040593 or 3086003. OLE color: 3086003.

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

Color convert

RGB 179 22 47 -
CMYK 0 0.88 0.74 0.30
HSL 350.45º 0.78% 0.39% -
HSV(B) 350.45º 0.88% 0.7% -
XYZ 19.39 10.36 3.67 -
YUV 71.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 179 22 47 0 0.88 0.74 0.30 350.45 0.78 0.39
Hex B3 16 2F 0 58 4A 1E 15E 4E 27
Octal 263 26 57 0 130 112 36 536 116 47
Binary 10110011 10110 101111 0 1011000 1001010 11110 101011110 1001110 100111

Color Harmonies of #B3162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3162F

Black with #B3162F

Text Example


Text Example

White with #B3162F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3162F; }

 p { color: rgb(179,22,47); }

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

background-color css

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

 a { background-color: rgb(179,22,47); }

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

border-color css

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

 span { border-color: rgb(179,22,47); }

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