#B8142A

Color #B8142A Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B8142A

Tints of Cardinal #B8142A

Color information

#B8142A (or 0xB8142A) is unknown color: approx Cardinal. HEX triplet: B8, 14 and 2A. RGB value is (184,20,42). Sum of RGB (Red+Green+Blue) = 184+20+42=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B8142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8142A is #47EBD5. Grayscale: #474747. Windows color (decimal): -4713430 or 2757816. OLE color: 2757816.

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

Color convert

RGB1842042-
CMYK00.890.770.28
HSL351.95º80.39%40%-
HSV(B)351.95º89.13%72.16%-
XYZ20.4410.863.21-
YUV71.54111.33208.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 74.80%
GREEN value IS 20 (8.20% from 255) = 8.13%
BLUE value IS 42 (16.80% from 255) = 17.07%
R=74.80%
G=8.13%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184204200.890.770.28351.9580.3940
HexB8142A0594D1C1605028
Octal270245201311153454012050
Binary1011100010100101010010110011001101111001011000001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8142A; }

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

 H1.HeaderClassName
 {
   color: #B8142A;
 }
 .AnyTagClassName
 {
   color: #B8142A;
 }
</style>
background-color css

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

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

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

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

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

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