Html Css Color HEX #38090C Rustic Red

📋 copy color: '#38090C'

red 56 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #38090C

Tints of Rustic Red #38090C

RGB

 RED value IS 56 (22.27% from 255) = 72.73%

 GREEN value IS 9 (3.91% from 255) = 11.69%

 BLUE value IS 12 (5.08% from 255) = 15.58%

R = 72.73%
G = 11.69%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#38090C (or 0x38090C) is known color: Rustic Red. HEX triplet: 38, 09 and 0C. RGB value is (56,9,12). Sum of RGB (Red+Green+Blue) = 56+9+12=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #38090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38090C is #C7F6F3. Grayscale: #171717. Windows color (decimal): -13104884 or 788792. OLE color: 788792.

HSL color Cylindrical-coordinate representation of color #38090C: hue angle of 356.17º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38090C is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 9 12 -
CMYK 0 0.84 0.79 0.78
HSL 356.17º 0.72% 0.13% -
HSV(B) 356.17º 0.84% 0.22% -
XYZ 1.79 1.06 0.46 -
YUV 23.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 56 9 12 0 0.84 0.79 0.78 356.17 0.72 0.13
Hex 38 9 C 0 54 4F 4E 164 48 D
Octal 70 11 14 0 124 117 116 544 110 15
Binary 111000 1001 1100 0 1010100 1001111 1001110 101100100 1001000 1101

Color Harmonies of #38090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38090C

Black with #38090C

Text Example


Text Example

White with #38090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38090C; }

 p { color: rgb(56,9,12); }

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

background-color css

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

 a { background-color: rgb(56,9,12); }

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

border-color css

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

 span { border-color: rgb(56,9,12); }

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