Html Css Color HEX #482230 Castro

📋 copy color: '#482230'

red 72 ◦ green 34 ◦ blue 48

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

Shades of Castro #482230

Tints of Castro #482230

RGB

 RED value IS 72 (28.52% from 255) = 46.75%

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

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

R = 46.75%
G = 22.08%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#482230 (or 0x482230) is known color: Castro. HEX triplet: 48, 22 and 30. RGB value is (72,34,48). Sum of RGB (Red+Green+Blue) = 72+34+48=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #482230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482230 is #B7DDCF. Grayscale: #2E2E2E. Windows color (decimal): -12049872 or 3154504. OLE color: 3154504.

HSL color Cylindrical-coordinate representation of color #482230: hue angle of 337.89º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482230 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 34 48 -
CMYK 0 0.53 0.33 0.72
HSL 337.89º 0.36% 0.21% -
HSV(B) 337.89º 0.53% 0.28% -
XYZ 3.78 2.74 3.13 -
YUV 46.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 72 34 48 0 0.53 0.33 0.72 337.89 0.36 0.21
Hex 48 22 30 0 35 21 48 152 24 15
Octal 110 42 60 0 65 41 110 522 44 25
Binary 1001000 100010 110000 0 110101 100001 1001000 101010010 100100 10101

Color Harmonies of #482230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482230

Black with #482230

Text Example


Text Example

White with #482230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482230; }

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

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

background-color css

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

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

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

border-color css

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

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

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