Html Css Color HEX #380F18 Rustic Red

📋 copy color: '#380F18'

red 56 ◦ green 15 ◦ blue 24

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

Shades of Rustic Red #380F18

Tints of Rustic Red #380F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 25.26%

R = 58.95%
G = 15.79%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#380F18 (or 0x380F18) is known color: Rustic Red. HEX triplet: 38, 0F and 18. RGB value is (56,15,24). Sum of RGB (Red+Green+Blue) = 56+15+24=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #380F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F18 is #C7F0E7. Grayscale: #1C1C1C. Windows color (decimal): -13103336 or 1576760. OLE color: 1576760.

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

Color convert

RGB 56 15 24 -
CMYK 0 0.73 0.57 0.78
HSL 346.83º 0.58% 0.14% -
HSV(B) 346.83º 0.73% 0.22% -
XYZ 1.97 1.25 1 -
YUV 28.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 56 15 24 0 0.73 0.57 0.78 346.83 0.58 0.14
Hex 38 F 18 0 49 39 4E 15B 3A E
Octal 70 17 30 0 111 71 116 533 72 16
Binary 111000 1111 11000 0 1001001 111001 1001110 101011011 111010 1110

Color Harmonies of #380F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380F18

Black with #380F18

Text Example


Text Example

White with #380F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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