Html Css Color HEX #380912 Rustic Red

📋 copy color: '#380912'

red 56 ◦ green 9 ◦ blue 18

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

Shades of Rustic Red #380912

Tints of Rustic Red #380912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 21.69%

R = 67.47%
G = 10.84%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#380912 (or 0x380912) is known color: Rustic Red. HEX triplet: 38, 09 and 12. RGB value is (56,9,18). Sum of RGB (Red+Green+Blue) = 56+9+18=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #380912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380912 is #C7F6ED. Grayscale: #181818. Windows color (decimal): -13104878 or 1182008. OLE color: 1182008.

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

Color convert

RGB 56 9 18 -
CMYK 0 0.84 0.68 0.78
HSL 348.51º 0.72% 0.13% -
HSV(B) 348.51º 0.84% 0.22% -
XYZ 1.84 1.08 0.68 -
YUV 24.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 56 9 18 0 0.84 0.68 0.78 348.51 0.72 0.13
Hex 38 9 12 0 54 44 4E 15D 48 D
Octal 70 11 22 0 124 104 116 535 110 15
Binary 111000 1001 10010 0 1010100 1000100 1001110 101011101 1001000 1101

Color Harmonies of #380912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380912

Black with #380912

Text Example


Text Example

White with #380912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380912; }

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

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

background-color css

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

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

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

border-color css

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

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

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