#B4023A

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

Shades of Cardinal #B4023A

Tints of Cardinal #B4023A

Color information

#B4023A (or 0xB4023A) is unknown color: approx Cardinal. HEX triplet: B4, 02 and 3A. RGB value is (180,2,58). Sum of RGB (Red+Green+Blue) = 180+2+58=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B4023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4023A is #4BFDC5. Grayscale: #3D3D3D. Windows color (decimal): -4980166 or 3801780. OLE color: 3801780.

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

Color convert

RGB180258-
CMYK00.990.680.29
HSL341.12º97.8%35.69%-
HSV(B)341.12º98.89%70.59%-
XYZ19.6110.054.91-
YUV61.61125.97212.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 58 (23.05% from 255) = 24.17%
R=75%
G=0.83%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18025800.990.680.29341.1297.835.69
HexB423A063441D1556224
Octal26427201431043552514244
Binary1011010010111010011000111000100111011010101011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4023A; }

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

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

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

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

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

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

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

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