#B1273C

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

Shades of Cardinal #B1273C

Tints of Cardinal #B1273C

Color information

#B1273C (or 0xB1273C) is unknown color: approx Cardinal. HEX triplet: B1, 27 and 3C. RGB value is (177,39,60). Sum of RGB (Red+Green+Blue) = 177+39+60=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1273C is #4ED8C3. Grayscale: #525252. Windows color (decimal): -5167300 or 3942321. OLE color: 3942321.

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

Color convert

RGB1773960-
CMYK00.780.660.31
HSL350.87º63.89%42.35%-
HSV(B)350.87º77.97%69.41%-
XYZ19.6711.125.39-
YUV82.66115.22195.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.13%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 60 (23.83% from 255) = 21.74%
R=64.13%
G=14.13%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177396000.780.660.31350.8763.8942.35
HexB1273C04E421F15f402a
Octal261477401161023753710052
Binary10110001100111111100010011101000010111111010111111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1273C; }

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

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

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

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

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

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

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

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