Html Css Color HEX #B6142A Cardinal

📋 copy color: '#B6142A'

red 182 ◦ green 20 ◦ blue 42

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

Shades of Cardinal #B6142A

Tints of Cardinal #B6142A

RGB

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

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

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

R = 74.59%
G = 8.2%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B6142A (or 0xB6142A) is known color: Cardinal. HEX triplet: B6, 14 and 2A. RGB value is (182,20,42). Sum of RGB (Red+Green+Blue) = 182+20+42=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B6142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6142A is #49EBD5. Grayscale: #474747. Windows color (decimal): -4844502 or 2757814. OLE color: 2757814.

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

Color convert

RGB 182 20 42 -
CMYK 0 0.89 0.77 0.29
HSL 351.85º 0.8% 0.4% -
HSV(B) 351.85º 0.89% 0.71% -
XYZ 19.96 10.61 3.19 -
YUV 70.95 111.67 207.21 -
System Red Green Blue C M Y K H S L
Decimal 182 20 42 0 0.89 0.77 0.29 351.85 0.8 0.4
Hex B6 14 2A 0 59 4D 1D 160 50 28
Octal 266 24 52 0 131 115 35 540 120 50
Binary 10110110 10100 101010 0 1011001 1001101 11101 101100000 1010000 101000

Color Harmonies of #B6142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6142A

Black with #B6142A

Text Example


Text Example

White with #B6142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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