#B1272D

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

Shades of Cardinal #B1272D

Tints of Cardinal #B1272D

Color information

#B1272D (or 0xB1272D) is unknown color: approx Cardinal. HEX triplet: B1, 27 and 2D. RGB value is (177,39,45). Sum of RGB (Red+Green+Blue) = 177+39+45=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B1272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1272D is #4ED8D2. Grayscale: #515151. Windows color (decimal): -5167315 or 2959281. OLE color: 2959281.

HSL color Cylindrical-coordinate representation of color #B1272D: hue angle of 357.39º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1272D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1773945-
CMYK00.780.750.31
HSL357.39º63.89%42.35%-
HSV(B)357.39º77.97%69.41%-
XYZ19.3310.993.58-
YUV80.95107.72196.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.82%
GREEN value IS 39 (15.62% from 255) = 14.94%
BLUE value IS 45 (17.97% from 255) = 17.24%
R=67.82%
G=14.94%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177394500.780.750.31357.3963.8942.35
HexB1272D04E4B1F165402a
Octal261475501161133754510052
Binary10110001100111101101010011101001011111111011001011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1272D; }

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

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

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

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

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

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

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

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