Html Css Color HEX #46212D Castro

📋 copy color: '#46212D'

red 70 ◦ green 33 ◦ blue 45

#46212D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Castro #46212D

Tints of Castro #46212D

RGB

 RED value IS 70 (27.73% from 255) = 47.3%

 GREEN value IS 33 (13.28% from 255) = 22.3%

 BLUE value IS 45 (17.97% from 255) = 30.41%

R = 47.3%
G = 22.3%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.73

RGB Variations

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

Color information

#46212D (or 0x46212D) is known color: Castro. HEX triplet: 46, 21 and 2D. RGB value is (70,33,45). Sum of RGB (Red+Green+Blue) = 70+33+45=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #46212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46212D is #B9DED2. Grayscale: #2D2D2D. Windows color (decimal): -12181203 or 2957638. OLE color: 2957638.

HSL color Cylindrical-coordinate representation of color #46212D: hue angle of 340.54º 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 #46212D is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 33 45 -
CMYK 0 0.53 0.36 0.73
HSL 340.54º 0.36% 0.2% -
HSV(B) 340.54º 0.53% 0.27% -
XYZ 3.54 2.58 2.79 -
YUV 45.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 70 33 45 0 0.53 0.36 0.73 340.54 0.36 0.2
Hex 46 21 2D 0 35 24 49 155 24 14
Octal 106 41 55 0 65 44 111 525 44 24
Binary 1000110 100001 101101 0 110101 100100 1001001 101010101 100100 10100

Color Harmonies of #46212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46212D

Black with #46212D

Text Example


Text Example

White with #46212D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46212D;
 }
 .AnyTagClassName
 {
   color: #46212D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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