Html Css Color HEX #B4162B Cardinal

📋 copy color: '#B4162B'

red 180 ◦ green 22 ◦ blue 43

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

Shades of Cardinal #B4162B

Tints of Cardinal #B4162B

RGB

 RED value IS 180 (70.7% from 255) = 73.47%

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

 BLUE value IS 43 (17.19% from 255) = 17.55%

R = 73.47%
G = 8.98%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4162B (or 0xB4162B) is known color: Cardinal. HEX triplet: B4, 16 and 2B. RGB value is (180,22,43). Sum of RGB (Red+Green+Blue) = 180+22+43=245 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.47% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 180 - color contains mainly: red. Hex color #B4162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4162B is #4BE9D4. Grayscale: #474747. Windows color (decimal): -4975061 or 2823860. OLE color: 2823860.

HSL color Cylindrical-coordinate representation of color #B4162B: hue angle of 352.03º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B4162B is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 22 43 -
CMYK 0 0.88 0.76 0.29
HSL 352.03º 0.78% 0.4% -
HSV(B) 352.03º 0.88% 0.71% -
XYZ 19.55 10.45 3.27 -
YUV 71.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 180 22 43 0 0.88 0.76 0.29 352.03 0.78 0.4
Hex B4 16 2B 0 58 4C 1D 160 4E 28
Octal 264 26 53 0 130 114 35 540 116 50
Binary 10110100 10110 101011 0 1011000 1001100 11101 101100000 1001110 101000

Color Harmonies of #B4162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4162B

Black with #B4162B

Text Example


Text Example

White with #B4162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4162B; }

 p { color: rgb(180,22,43); }

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

background-color css

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

 a { background-color: rgb(180,22,43); }

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

border-color css

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

 span { border-color: rgb(180,22,43); }

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