Html Css Color HEX #380C0E Rustic Red

📋 copy color: '#380C0E'

red 56 ◦ green 12 ◦ blue 14

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

Shades of Rustic Red #380C0E

Tints of Rustic Red #380C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 17.07%

R = 68.29%
G = 14.63%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#380C0E (or 0x380C0E) is known color: Rustic Red. HEX triplet: 38, 0C and 0E. RGB value is (56,12,14). Sum of RGB (Red+Green+Blue) = 56+12+14=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #380C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380C0E is #C7F3F1. Grayscale: #191919. Windows color (decimal): -13104114 or 920632. OLE color: 920632.

HSL color Cylindrical-coordinate representation of color #380C0E: hue angle of 357.27º 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 #380C0E is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 12 14 -
CMYK 0 0.79 0.75 0.78
HSL 357.27º 0.65% 0.13% -
HSV(B) 357.27º 0.79% 0.22% -
XYZ 1.84 1.14 0.54 -
YUV 25.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 56 12 14 0 0.79 0.75 0.78 357.27 0.65 0.13
Hex 38 C E 0 4F 4B 4E 165 41 D
Octal 70 14 16 0 117 113 116 545 101 15
Binary 111000 1100 1110 0 1001111 1001011 1001110 101100101 1000001 1101

Color Harmonies of #380C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C0E

Black with #380C0E

Text Example


Text Example

White with #380C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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