#B4023B

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

Shades of Cardinal #B4023B

Tints of Cardinal #B4023B

Color information

#B4023B (or 0xB4023B) is unknown color: approx Cardinal. HEX triplet: B4, 02 and 3B. RGB value is (180,2,59). Sum of RGB (Red+Green+Blue) = 180+2+59=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B4023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4023B is #4BFDC4. Grayscale: #3D3D3D. Windows color (decimal): -4980165 or 3867316. OLE color: 3867316.

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

Color convert

RGB180259-
CMYK00.990.670.29
HSL340.79º97.8%35.69%-
HSV(B)340.79º98.89%70.59%-
XYZ19.6310.065.05-
YUV61.72126.47212.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 74.69%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 59 (23.44% from 255) = 24.48%
R=74.69%
G=0.83%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18025900.990.670.29340.7997.835.69
HexB423B063431D1556224
Octal26427301431033552514244
Binary1011010010111011011000111000011111011010101011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4023B; }

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

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

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

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

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

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

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

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