#b4232e

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

Shades of Cardinal #B4232E

Tints of Cardinal #B4232E

Color information

#B4232E (or 0xB4232E) is unknown color: approx Cardinal. HEX triplet: B4, 23 and 2E. RGB value is (180,35,46). Sum of RGB (Red+Green+Blue) = 180+35+46=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B4232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4232E is #4BDCD1. Grayscale: #4F4F4F. Windows color (decimal): -4971730 or 3023796. OLE color: 3023796.

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

Color convert

RGB1803546-
CMYK00.810.740.29
HSL355.45º67.44%42.16%-
HSV(B)355.45º80.56%70.59%-
XYZ19.9211.13.68-
YUV79.61109.04199.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.97%
GREEN value IS 35 (14.06% from 255) = 13.41%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=68.97%
G=13.41%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180354600.810.740.29355.4567.4442.16
HexB4232E0514A1D163432a
Octal264435601211123554310352
Binary10110100100011101110010100011001010111011011000111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4232e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4232e; }

 p { color: rgb(180,35,46); }

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

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

 a { background-color: rgb(180,35,46); }

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

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

 span { border-color: rgb(180,35,46); }

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