#46212A

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

Shades of Castro #46212A

Tints of Castro #46212A

Color information

#46212A (or 0x46212A) is unknown color: approx Castro. HEX triplet: 46, 21 and 2A. RGB value is (70,33,42). Sum of RGB (Red+Green+Blue) = 70+33+42=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #46212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46212A is #B9DED5. Grayscale: #2D2D2D. Windows color (decimal): -12181206 or 2761030. OLE color: 2761030.

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

Color convert

RGB703342-
CMYK00.530.400.73
HSL345.41º35.92%20.2%-
HSV(B)345.41º52.86%27.45%-
XYZ3.492.562.5-
YUV45.09126.26145.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=48.28%
G=22.76%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70334200.530.400.73345.4135.9220.2
Hex46212A03528491592414
Octal1064152065501115314424
Binary10001101000011010100110101101000100100110101100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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