Html Css Color HEX #48192A Castro

📋 copy color: '#48192A'

red 72 ◦ green 25 ◦ blue 42

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

Shades of Castro #48192A

Tints of Castro #48192A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.99%

 BLUE value IS 42 (16.8% from 255) = 30.22%

R = 51.8%
G = 17.99%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48192A (or 0x48192A) is known color: Castro. HEX triplet: 48, 19 and 2A. RGB value is (72,25,42). Sum of RGB (Red+Green+Blue) = 72+25+42=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48192A is #B7E6D5. Grayscale: #282828. Windows color (decimal): -12052182 or 2758984. OLE color: 2758984.

HSL color Cylindrical-coordinate representation of color #48192A: hue angle of 338.3º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48192A is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 25 42 -
CMYK 0 0.65 0.42 0.72
HSL 338.3º 0.48% 0.19% -
HSV(B) 338.3º 0.65% 0.28% -
XYZ 3.44 2.24 2.44 -
YUV 40.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 72 25 42 0 0.65 0.42 0.72 338.3 0.48 0.19
Hex 48 19 2A 0 41 2A 48 152 30 13
Octal 110 31 52 0 101 52 110 522 60 23
Binary 1001000 11001 101010 0 1000001 101010 1001000 101010010 110000 10011

Color Harmonies of #48192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48192A

Black with #48192A

Text Example


Text Example

White with #48192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48192A; }

 p { color: rgb(72,25,42); }

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

background-color css

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

 a { background-color: rgb(72,25,42); }

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

border-color css

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

 span { border-color: rgb(72,25,42); }

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