Html Css Color HEX #380C12 Rustic Red

📋 copy color: '#380C12'

red 56 ◦ green 12 ◦ blue 18

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

Shades of Rustic Red #380C12

Tints of Rustic Red #380C12

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.95%

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

R = 65.12%
G = 13.95%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#380C12 (or 0x380C12) is known color: Rustic Red. HEX triplet: 38, 0C and 12. RGB value is (56,12,18). Sum of RGB (Red+Green+Blue) = 56+12+18=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #380C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380C12 is #C7F3ED. Grayscale: #191919. Windows color (decimal): -13104110 or 1182776. OLE color: 1182776.

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

Color convert

RGB 56 12 18 -
CMYK 0 0.79 0.68 0.78
HSL 351.82º 0.65% 0.13% -
HSV(B) 351.82º 0.79% 0.22% -
XYZ 1.87 1.15 0.7 -
YUV 25.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 56 12 18 0 0.79 0.68 0.78 351.82 0.65 0.13
Hex 38 C 12 0 4F 44 4E 160 41 D
Octal 70 14 22 0 117 104 116 540 101 15
Binary 111000 1100 10010 0 1001111 1000100 1001110 101100000 1000001 1101

Color Harmonies of #380C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C12

Black with #380C12

Text Example


Text Example

White with #380C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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