#B12735

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

Shades of Cardinal #B12735

Tints of Cardinal #B12735

Color information

#B12735 (or 0xB12735) is unknown color: approx Cardinal. HEX triplet: B1, 27 and 35. RGB value is (177,39,53). Sum of RGB (Red+Green+Blue) = 177+39+53=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B12735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12735 is #4ED8CA. Grayscale: #515151. Windows color (decimal): -5167307 or 3483569. OLE color: 3483569.

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

Color convert

RGB1773953-
CMYK00.780.700.31
HSL353.91º63.89%42.35%-
HSV(B)353.91º77.97%69.41%-
XYZ19.511.064.47-
YUV81.86111.72195.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.80%
GREEN value IS 39 (15.62% from 255) = 14.50%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=65.80%
G=14.50%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177395300.780.700.31353.9163.8942.35
HexB1273504E461F162402a
Octal261476501161063754210052
Binary10110001100111110101010011101000110111111011000101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12735; }

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

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

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

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

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

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

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

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