#B1253E

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

Shades of Cardinal #B1253E

Tints of Cardinal #B1253E

Color information

#B1253E (or 0xB1253E) is unknown color: approx Cardinal. HEX triplet: B1, 25 and 3E. RGB value is (177,37,62). Sum of RGB (Red+Green+Blue) = 177+37+62=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1253E is #4EDAC1. Grayscale: #515151. Windows color (decimal): -5167810 or 4072881. OLE color: 4072881.

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

Color convert

RGB1773762-
CMYK00.790.650.31
HSL349.29º65.42%41.96%-
HSV(B)349.29º79.1%69.41%-
XYZ19.6611.025.65-
YUV81.71116.88195.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.13%
GREEN value IS 37 (14.84% from 255) = 13.41%
BLUE value IS 62 (24.61% from 255) = 22.46%
R=64.13%
G=13.41%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177376200.790.650.31349.2965.4241.96
HexB1253E04F411F15d412a
Octal261457601171013753510152
Binary10110001100101111110010011111000001111111010111011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1253E; }

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

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

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

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

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

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

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

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