Html Css Color HEX #380F12 Rustic Red

📋 copy color: '#380F12'

red 56 ◦ green 15 ◦ blue 18

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

Shades of Rustic Red #380F12

Tints of Rustic Red #380F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 16.85%

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

R = 62.92%
G = 16.85%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#380F12 (or 0x380F12) is known color: Rustic Red. HEX triplet: 38, 0F and 12. RGB value is (56,15,18). Sum of RGB (Red+Green+Blue) = 56+15+18=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #380F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F12 is #C7F0ED. Grayscale: #1B1B1B. Windows color (decimal): -13103342 or 1183544. OLE color: 1183544.

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

Color convert

RGB 56 15 18 -
CMYK 0 0.73 0.68 0.78
HSL 355.61º 0.58% 0.14% -
HSV(B) 355.61º 0.73% 0.22% -
XYZ 1.91 1.23 0.71 -
YUV 27.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 56 15 18 0 0.73 0.68 0.78 355.61 0.58 0.14
Hex 38 F 12 0 49 44 4E 164 3A E
Octal 70 17 22 0 111 104 116 544 72 16
Binary 111000 1111 10010 0 1001001 1000100 1001110 101100100 111010 1110

Color Harmonies of #380F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380F12

Black with #380F12

Text Example


Text Example

White with #380F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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