#B4033D

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

Shades of Cardinal #B4033D

Tints of Cardinal #B4033D

Color information

#B4033D (or 0xB4033D) is unknown color: approx Cardinal. HEX triplet: B4, 03 and 3D. RGB value is (180,3,61). Sum of RGB (Red+Green+Blue) = 180+3+61=244 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.77% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 180 - color contains mainly: red. Hex color #B4033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4033D is #4BFCC2. Grayscale: #3E3E3E. Windows color (decimal): -4979907 or 3998644. OLE color: 3998644.

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

Color convert

RGB180361-
CMYK00.980.660.29
HSL340.34º96.72%35.88%-
HSV(B)340.34º98.33%70.59%-
XYZ19.710.115.33-
YUV62.54127.14211.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 73.77%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 61 (24.22% from 255) = 25%
R=73.77%
G=1.23%
B=25%

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
Decimal18036100.980.660.29340.3496.7235.88
HexB433D062421D1546124
Octal26437501421023552414144
Binary1011010011111101011000101000010111011010101001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4033D; }

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

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

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

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

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

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

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

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