Html Css Color HEX #38090A Rustic Red

📋 copy color: '#38090A'

red 56 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #38090A

Tints of Rustic Red #38090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 13.33%

R = 74.67%
G = 12%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#38090A (or 0x38090A) is known color: Rustic Red. HEX triplet: 38, 09 and 0A. RGB value is (56,9,10). Sum of RGB (Red+Green+Blue) = 56+9+10=75 (9% of max value = 765). Red value is 56 (22.27% from 255 or 74.67% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 56 - color contains mainly: red. Hex color #38090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38090A is #C7F6F5. Grayscale: #171717. Windows color (decimal): -13104886 or 657720. OLE color: 657720.

HSL color Cylindrical-coordinate representation of color #38090A: hue angle of 358.72º 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 #38090A is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 9 10 -
CMYK 0 0.84 0.82 0.78
HSL 358.72º 0.72% 0.13% -
HSV(B) 358.72º 0.84% 0.22% -
XYZ 1.78 1.06 0.4 -
YUV 23.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 56 9 10 0 0.84 0.82 0.78 358.72 0.72 0.13
Hex 38 9 A 0 54 52 4E 167 48 D
Octal 70 11 12 0 124 122 116 547 110 15
Binary 111000 1001 1010 0 1010100 1010010 1001110 101100111 1001000 1101

Color Harmonies of #38090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38090A

Black with #38090A

Text Example


Text Example

White with #38090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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