#B4022E

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

Shades of Cardinal #B4022E

Tints of Cardinal #B4022E

Color information

#B4022E (or 0xB4022E) is unknown color: approx Cardinal. HEX triplet: B4, 02 and 2E. RGB value is (180,2,46). Sum of RGB (Red+Green+Blue) = 180+2+46=228 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.95% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 180 - color contains mainly: red. Hex color #B4022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4022E is #4BFDD1. Grayscale: #3C3C3C. Windows color (decimal): -4980178 or 3015348. OLE color: 3015348.

HSL color Cylindrical-coordinate representation of color #B4022E: hue angle of 345.17º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4022E is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB180246-
CMYK00.990.740.29
HSL345.17º97.8%35.69%-
HSV(B)345.17º98.89%70.59%-
XYZ19.349.943.48-
YUV60.24119.97213.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 78.95%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 46 (18.36% from 255) = 20.18%
R=78.95%
G=0.88%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18024600.990.740.29345.1797.835.69
HexB422E0634A1D1596224
Octal26425601431123553114244
Binary1011010010101110011000111001010111011010110011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4022E; }

 p { color: rgb(180,2,46); }

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

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

 a { background-color: rgb(180,2,46); }

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

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

 span { border-color: rgb(180,2,46); }

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