#B1253A

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

Shades of Cardinal #B1253A

Tints of Cardinal #B1253A

Color information

#B1253A (or 0xB1253A) is unknown color: approx Cardinal. HEX triplet: B1, 25 and 3A. RGB value is (177,37,58). Sum of RGB (Red+Green+Blue) = 177+37+58=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1253A is #4EDAC5. Grayscale: #515151. Windows color (decimal): -5167814 or 3810737. OLE color: 3810737.

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

Color convert

RGB1773758-
CMYK00.790.670.31
HSL351º65.42%41.96%-
HSV(B)351º79.1%69.41%-
XYZ19.5610.985.09-
YUV81.25114.88196.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.07%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 58 (23.05% from 255) = 21.32%
R=65.07%
G=13.60%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177375800.790.670.3135165.4241.96
HexB1253A04F431F15f412a
Octal261457201171033753710152
Binary10110001100101111010010011111000011111111010111111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1253A; }

 p { color: rgb(177,37,58); }

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

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

 a { background-color: rgb(177,37,58); }

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

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

 span { border-color: rgb(177,37,58); }

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