Html Css Color HEX #38040C Rustic Red

📋 copy color: '#38040C'

red 56 ◦ green 4 ◦ blue 12

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

Shades of Rustic Red #38040C

Tints of Rustic Red #38040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.56%

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

R = 77.78%
G = 5.56%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#38040C (or 0x38040C) is known color: Rustic Red. HEX triplet: 38, 04 and 0C. RGB value is (56,4,12). Sum of RGB (Red+Green+Blue) = 56+4+12=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #38040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38040C is #C7FBF3. Grayscale: #141414. Windows color (decimal): -13106164 or 787512. OLE color: 787512.

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

Color convert

RGB 56 4 12 -
CMYK 0 0.93 0.79 0.78
HSL 350.77º 0.87% 0.12% -
HSV(B) 350.77º 0.93% 0.22% -
XYZ 1.74 0.95 0.44 -
YUV 20.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 56 4 12 0 0.93 0.79 0.78 350.77 0.87 0.12
Hex 38 4 C 0 5D 4F 4E 15F 57 C
Octal 70 4 14 0 135 117 116 537 127 14
Binary 111000 100 1100 0 1011101 1001111 1001110 101011111 1010111 1100

Color Harmonies of #38040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38040C

Black with #38040C

Text Example


Text Example

White with #38040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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