Html Css Color HEX #B2162A Cardinal

📋 copy color: '#B2162A'

red 178 ◦ green 22 ◦ blue 42

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

Shades of Cardinal #B2162A

Tints of Cardinal #B2162A

RGB

 RED value IS 178 (69.92% from 255) = 73.55%

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

 BLUE value IS 42 (16.8% from 255) = 17.36%

R = 73.55%
G = 9.09%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2162A (or 0xB2162A) is known color: Cardinal. HEX triplet: B2, 16 and 2A. RGB value is (178,22,42). Sum of RGB (Red+Green+Blue) = 178+22+42=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B2162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2162A is #4DE9D5. Grayscale: #474747. Windows color (decimal): -5106134 or 2758322. OLE color: 2758322.

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

Color convert

RGB 178 22 42 -
CMYK 0 0.88 0.76 0.30
HSL 352.31º 0.78% 0.39% -
HSV(B) 352.31º 0.88% 0.7% -
XYZ 19.06 10.21 3.16 -
YUV 70.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 178 22 42 0 0.88 0.76 0.30 352.31 0.78 0.39
Hex B2 16 2A 0 58 4C 1E 160 4E 27
Octal 262 26 52 0 130 114 36 540 116 47
Binary 10110010 10110 101010 0 1011000 1001100 11110 101100000 1001110 100111

Color Harmonies of #B2162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2162A

Black with #B2162A

Text Example


Text Example

White with #B2162A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2162A; }

 p { color: rgb(178,22,42); }

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

background-color css

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

 a { background-color: rgb(178,22,42); }

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

border-color css

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

 span { border-color: rgb(178,22,42); }

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