#462A2B

Color #462A2B Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #462A2B

Tints of Bulgarian Rose #462A2B

Color information

#462A2B (or 0x462A2B) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 2A and 2B. RGB value is (70,42,43). Sum of RGB (Red+Green+Blue) = 70+42+43=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #462A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A2B is #B9D5D4. Grayscale: #323232. Windows color (decimal): -12178901 or 2828870. OLE color: 2828870.

HSL color Cylindrical-coordinate representation of color #462A2B: hue angle of 357.86º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #462A2B is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB704243-
CMYK00.400.390.73
HSL357.86º25%21.96%-
HSV(B)357.86º40%27.45%-
XYZ3.793.132.69-
YUV50.49123.78141.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 42 (16.80% from 255) = 27.10%
BLUE value IS 43 (17.19% from 255) = 27.74%
R=45.16%
G=27.10%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70424300.400.390.73357.862521.96
Hex462A2B02827491661916
Octal1065253050471115463126
Binary1000110101010101011010100010011110010011011001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462A2B; }

 p { color: rgb(70,42,43); }

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

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

 a { background-color: rgb(70,42,43); }

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

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

 span { border-color: rgb(70,42,43); }

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