Html Css Color HEX #452030 Castro

📋 copy color: '#452030'

red 69 ◦ green 32 ◦ blue 48

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

Shades of Castro #452030

Tints of Castro #452030

RGB

 RED value IS 69 (27.34% from 255) = 46.31%

 GREEN value IS 32 (12.89% from 255) = 21.48%

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

R = 46.31%
G = 21.48%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#452030 (or 0x452030) is known color: Castro. HEX triplet: 45, 20 and 30. RGB value is (69,32,48). Sum of RGB (Red+Green+Blue) = 69+32+48=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #452030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452030 is #BADFCF. Grayscale: #2C2C2C. Windows color (decimal): -12246992 or 3153989. OLE color: 3153989.

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

Color convert

RGB 69 32 48 -
CMYK 0 0.54 0.30 0.73
HSL 334.05º 0.37% 0.2% -
HSV(B) 334.05º 0.54% 0.27% -
XYZ 3.5 2.51 3.1 -
YUV 44.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 69 32 48 0 0.54 0.30 0.73 334.05 0.37 0.2
Hex 45 20 30 0 36 1E 49 14E 25 14
Octal 105 40 60 0 66 36 111 516 45 24
Binary 1000101 100000 110000 0 110110 11110 1001001 101001110 100101 10100

Color Harmonies of #452030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452030

Black with #452030

Text Example


Text Example

White with #452030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452030; }

 p { color: rgb(69,32,48); }

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

background-color css

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

 a { background-color: rgb(69,32,48); }

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

border-color css

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

 span { border-color: rgb(69,32,48); }

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