Html Css Color HEX #B3162C Cardinal

📋 copy color: '#B3162C'

red 179 ◦ green 22 ◦ blue 44

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

Shades of Cardinal #B3162C

Tints of Cardinal #B3162C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.96%

R = 73.06%
G = 8.98%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3162C (or 0xB3162C) is known color: Cardinal. HEX triplet: B3, 16 and 2C. RGB value is (179,22,44). Sum of RGB (Red+Green+Blue) = 179+22+44=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B3162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3162C is #4CE9D3. Grayscale: #474747. Windows color (decimal): -5040596 or 2889395. OLE color: 2889395.

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

Color convert

RGB 179 22 44 -
CMYK 0 0.88 0.75 0.30
HSL 351.59º 0.78% 0.39% -
HSV(B) 351.59º 0.88% 0.7% -
XYZ 19.33 10.34 3.36 -
YUV 71.45 112.51 204.71 -
System Red Green Blue C M Y K H S L
Decimal 179 22 44 0 0.88 0.75 0.30 351.59 0.78 0.39
Hex B3 16 2C 0 58 4B 1E 160 4E 27
Octal 263 26 54 0 130 113 36 540 116 47
Binary 10110011 10110 101100 0 1011000 1001011 11110 101100000 1001110 100111

Color Harmonies of #B3162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3162C

Black with #B3162C

Text Example


Text Example

White with #B3162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3162C; }

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

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

background-color css

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

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

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

border-color css

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

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

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