Html Css Color HEX #46252D Castro

📋 copy color: '#46252D'

red 70 ◦ green 37 ◦ blue 45

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

Shades of Castro #46252D

Tints of Castro #46252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.34%

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

R = 46.05%
G = 24.34%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.73

RGB Variations

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

Color information

#46252D (or 0x46252D) is known color: Castro. HEX triplet: 46, 25 and 2D. RGB value is (70,37,45). Sum of RGB (Red+Green+Blue) = 70+37+45=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #46252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46252D is #B9DAD2. Grayscale: #2F2F2F. Windows color (decimal): -12180179 or 2958662. OLE color: 2958662.

HSL color Cylindrical-coordinate representation of color #46252D: hue angle of 345.45º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46252D is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 37 45 -
CMYK 0 0.47 0.36 0.73
HSL 345.45º 0.31% 0.21% -
HSV(B) 345.45º 0.47% 0.27% -
XYZ 3.66 2.81 2.83 -
YUV 47.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 70 37 45 0 0.47 0.36 0.73 345.45 0.31 0.21
Hex 46 25 2D 0 2F 24 49 159 1F 15
Octal 106 45 55 0 57 44 111 531 37 25
Binary 1000110 100101 101101 0 101111 100100 1001001 101011001 11111 10101

Color Harmonies of #46252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46252D

Black with #46252D

Text Example


Text Example

White with #46252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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