Html Css Color HEX #B6142B Cardinal

📋 copy color: '#B6142B'

red 182 ◦ green 20 ◦ blue 43

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

Shades of Cardinal #B6142B

Tints of Cardinal #B6142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.16%

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

R = 74.29%
G = 8.16%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6142B (or 0xB6142B) is known color: Cardinal. HEX triplet: B6, 14 and 2B. RGB value is (182,20,43). Sum of RGB (Red+Green+Blue) = 182+20+43=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B6142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6142B is #49EBD4. Grayscale: #474747. Windows color (decimal): -4844501 or 2823350. OLE color: 2823350.

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

Color convert

RGB 182 20 43 -
CMYK 0 0.89 0.76 0.29
HSL 351.48º 0.8% 0.4% -
HSV(B) 351.48º 0.89% 0.71% -
XYZ 19.98 10.62 3.28 -
YUV 71.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 182 20 43 0 0.89 0.76 0.29 351.48 0.8 0.4
Hex B6 14 2B 0 59 4C 1D 15F 50 28
Octal 266 24 53 0 131 114 35 537 120 50
Binary 10110110 10100 101011 0 1011001 1001100 11101 101011111 1010000 101000

Color Harmonies of #B6142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6142B

Black with #B6142B

Text Example


Text Example

White with #B6142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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