#B4033C

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

Shades of Cardinal #B4033C

Tints of Cardinal #B4033C

Color information

#B4033C (or 0xB4033C) is unknown color: approx Cardinal. HEX triplet: B4, 03 and 3C. RGB value is (180,3,60). Sum of RGB (Red+Green+Blue) = 180+3+60=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B4033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4033C is #4BFCC3. Grayscale: #3E3E3E. Windows color (decimal): -4979908 or 3933108. OLE color: 3933108.

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

Color convert

RGB180360-
CMYK00.980.670.29
HSL340.68º96.72%35.88%-
HSV(B)340.68º98.33%70.59%-
XYZ19.6710.095.19-
YUV62.42126.64211.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 74.07%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 60 (23.83% from 255) = 24.69%
R=74.07%
G=1.23%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18036000.980.670.29340.6896.7235.88
HexB433C062431D1556124
Octal26437401421033552514144
Binary1011010011111100011000101000011111011010101011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4033C; }

 p { color: rgb(180,3,60); }

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

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

 a { background-color: rgb(180,3,60); }

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

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

 span { border-color: rgb(180,3,60); }

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