#B4272D

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

Shades of Cardinal #B4272D

Tints of Cardinal #B4272D

Color information

#B4272D (or 0xB4272D) is unknown color: approx Cardinal. HEX triplet: B4, 27 and 2D. RGB value is (180,39,45). Sum of RGB (Red+Green+Blue) = 180+39+45=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B4272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4272D is #4BD8D2. Grayscale: #515151. Windows color (decimal): -4970707 or 2959284. OLE color: 2959284.

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

Color convert

RGB1803945-
CMYK00.780.750.29
HSL357.45º64.38%42.94%-
HSV(B)357.45º78.33%70.59%-
XYZ20.0211.343.62-
YUV81.84107.21198.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.18%
GREEN value IS 39 (15.62% from 255) = 14.77%
BLUE value IS 45 (17.97% from 255) = 17.05%
R=68.18%
G=14.77%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180394500.780.750.29357.4564.3842.94
HexB4272D04E4B1D165402b
Octal264475501161133554510053
Binary10110100100111101101010011101001011111011011001011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4272D; }

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

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

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

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

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

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

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

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