#B4033E

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

Shades of Cardinal #B4033E

Tints of Cardinal #B4033E

Color information

#B4033E (or 0xB4033E) is unknown color: approx Cardinal. HEX triplet: B4, 03 and 3E. RGB value is (180,3,62). Sum of RGB (Red+Green+Blue) = 180+3+62=245 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.47% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 180 - color contains mainly: red. Hex color #B4033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4033E is #4BFCC1. Grayscale: #3E3E3E. Windows color (decimal): -4979906 or 4064180. OLE color: 4064180.

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

Color convert

RGB180362-
CMYK00.980.660.29
HSL340º96.72%35.88%-
HSV(B)340º98.33%70.59%-
XYZ19.7210.125.47-
YUV62.65127.64211.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 73.47%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=73.47%
G=1.22%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18036200.980.660.2934096.7235.88
HexB433E062421D1546124
Octal26437601421023552414144
Binary1011010011111110011000101000010111011010101001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4033E; }

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

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

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

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

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

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

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

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