Html Css Color HEX #462130 Castro

📋 copy color: '#462130'

red 70 ◦ green 33 ◦ blue 48

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

Shades of Castro #462130

Tints of Castro #462130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 31.79%

R = 46.36%
G = 21.85%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#462130 (or 0x462130) is known color: Castro. HEX triplet: 46, 21 and 30. RGB value is (70,33,48). Sum of RGB (Red+Green+Blue) = 70+33+48=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #462130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462130 is #B9DECF. Grayscale: #2D2D2D. Windows color (decimal): -12181200 or 3154246. OLE color: 3154246.

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

Color convert

RGB 70 33 48 -
CMYK 0 0.53 0.31 0.73
HSL 335.68º 0.36% 0.2% -
HSV(B) 335.68º 0.53% 0.27% -
XYZ 3.6 2.6 3.11 -
YUV 45.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 70 33 48 0 0.53 0.31 0.73 335.68 0.36 0.2
Hex 46 21 30 0 35 1F 49 150 24 14
Octal 106 41 60 0 65 37 111 520 44 24
Binary 1000110 100001 110000 0 110101 11111 1001001 101010000 100100 10100

Color Harmonies of #462130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462130

Black with #462130

Text Example


Text Example

White with #462130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462130; }

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

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

background-color css

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

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

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

border-color css

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

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

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