#B4273C

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

Shades of Cardinal #B4273C

Tints of Cardinal #B4273C

Color information

#B4273C (or 0xB4273C) is unknown color: approx Cardinal. HEX triplet: B4, 27 and 3C. RGB value is (180,39,60). Sum of RGB (Red+Green+Blue) = 180+39+60=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B4273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4273C is #4BD8C3. Grayscale: #535353. Windows color (decimal): -4970692 or 3942324. OLE color: 3942324.

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

Color convert

RGB1803960-
CMYK00.780.670.29
HSL351.06º64.38%42.94%-
HSV(B)351.06º78.33%70.59%-
XYZ20.3611.485.42-
YUV83.55114.71196.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.52%
GREEN value IS 39 (15.62% from 255) = 13.98%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=64.52%
G=13.98%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180396000.780.670.29351.0664.3842.94
HexB4273C04E431D15f402b
Octal264477401161033553710053
Binary10110100100111111100010011101000011111011010111111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4273C; }

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

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

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

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

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

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

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

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