Html Css Color HEX #462230 Castro

📋 copy color: '#462230'

red 70 ◦ green 34 ◦ blue 48

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

Shades of Castro #462230

Tints of Castro #462230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.37%

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

R = 46.05%
G = 22.37%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#462230 (or 0x462230) is known color: Castro. HEX triplet: 46, 22 and 30. RGB value is (70,34,48). Sum of RGB (Red+Green+Blue) = 70+34+48=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #462230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462230 is #B9DDCF. Grayscale: #2E2E2E. Windows color (decimal): -12180944 or 3154502. OLE color: 3154502.

HSL color Cylindrical-coordinate representation of color #462230: hue angle of 336.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #462230 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 34 48 -
CMYK 0 0.51 0.31 0.73
HSL 336.67º 0.35% 0.2% -
HSV(B) 336.67º 0.51% 0.27% -
XYZ 3.63 2.66 3.12 -
YUV 46.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 70 34 48 0 0.51 0.31 0.73 336.67 0.35 0.2
Hex 46 22 30 0 33 1F 49 151 23 14
Octal 106 42 60 0 63 37 111 521 43 24
Binary 1000110 100010 110000 0 110011 11111 1001001 101010001 100011 10100

Color Harmonies of #462230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462230

Black with #462230

Text Example


Text Example

White with #462230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462230; }

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

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

background-color css

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

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

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

border-color css

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

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

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