#46242A

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

Shades of Bulgarian Rose #46242A

Tints of Bulgarian Rose #46242A

Color information

#46242A (or 0x46242A) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 24 and 2A. RGB value is (70,36,42). Sum of RGB (Red+Green+Blue) = 70+36+42=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #46242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46242A is #B9DBD5. Grayscale: #2E2E2E. Windows color (decimal): -12180438 or 2761798. OLE color: 2761798.

HSL color Cylindrical-coordinate representation of color #46242A: hue angle of 349.41º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46242A is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB703642-
CMYK00.490.400.73
HSL349.41º32.08%20.78%-
HSV(B)349.41º48.57%27.45%-
XYZ3.572.732.53-
YUV46.85125.26144.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 36 (14.45% from 255) = 24.32%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=47.30%
G=24.32%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70364200.490.400.73349.4132.0820.78
Hex46242A031284915d2015
Octal1064452061501115354025
Binary10001101001001010100110001101000100100110101110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46242A; }

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

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

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

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

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

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

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

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