#46182A

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

Shades of Castro #46182A

Tints of Castro #46182A

Color information

#46182A (or 0x46182A) is unknown color: approx Castro. HEX triplet: 46, 18 and 2A. RGB value is (70,24,42). Sum of RGB (Red+Green+Blue) = 70+24+42=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46182A is #B9E7D5. Grayscale: #272727. Windows color (decimal): -12183510 or 2758726. OLE color: 2758726.

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

Color convert

RGB702442-
CMYK00.660.400.73
HSL336.52º48.94%18.43%-
HSV(B)336.52º65.71%27.45%-
XYZ3.272.122.43-
YUV39.81129.24149.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.47%
GREEN value IS 24 (9.77% from 255) = 17.65%
BLUE value IS 42 (16.80% from 255) = 30.88%
R=51.47%
G=17.65%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70244200.660.400.73336.5248.9418.43
Hex46182A04228491513112
Octal10630520102501115216122
Binary10001101100010101001000010101000100100110101000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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