Html Css Color HEX #B6162B Cardinal

📋 copy color: '#B6162B'

red 182 ◦ green 22 ◦ blue 43

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

Shades of Cardinal #B6162B

Tints of Cardinal #B6162B

RGB

 RED value IS 182 (71.48% from 255) = 73.68%

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

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

R = 73.68%
G = 8.91%
B = 17.41%

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

#B6162B (or 0xB6162B) is known color: Cardinal. HEX triplet: B6, 16 and 2B. RGB value is (182,22,43). Sum of RGB (Red+Green+Blue) = 182+22+43=247 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.68% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 182 - color contains mainly: red. Hex color #B6162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6162B is #49E9D4. Grayscale: #484848. Windows color (decimal): -4843989 or 2823862. OLE color: 2823862.

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

Color convert

RGB 182 22 43 -
CMYK 0 0.88 0.76 0.29
HSL 352.13º 0.78% 0.4% -
HSV(B) 352.13º 0.88% 0.71% -
XYZ 20.01 10.69 3.29 -
YUV 72.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 182 22 43 0 0.88 0.76 0.29 352.13 0.78 0.4
Hex B6 16 2B 0 58 4C 1D 160 4E 28
Octal 266 26 53 0 130 114 35 540 116 50
Binary 10110110 10110 101011 0 1011000 1001100 11101 101100000 1001110 101000

Color Harmonies of #B6162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6162B

Black with #B6162B

Text Example


Text Example

White with #B6162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6162B; }

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

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

background-color css

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

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

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

border-color css

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

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

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