Html Css Color HEX #380F13 Rustic Red

📋 copy color: '#380F13'

red 56 ◦ green 15 ◦ blue 19

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

Shades of Rustic Red #380F13

Tints of Rustic Red #380F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 21.11%

R = 62.22%
G = 16.67%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#380F13 (or 0x380F13) is known color: Rustic Red. HEX triplet: 38, 0F and 13. RGB value is (56,15,19). Sum of RGB (Red+Green+Blue) = 56+15+19=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #380F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F13 is #C7F0EC. Grayscale: #1B1B1B. Windows color (decimal): -13103341 or 1249080. OLE color: 1249080.

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

Color convert

RGB 56 15 19 -
CMYK 0 0.73 0.66 0.78
HSL 354.15º 0.58% 0.14% -
HSV(B) 354.15º 0.73% 0.22% -
XYZ 1.92 1.23 0.75 -
YUV 27.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 56 15 19 0 0.73 0.66 0.78 354.15 0.58 0.14
Hex 38 F 13 0 49 42 4E 162 3A E
Octal 70 17 23 0 111 102 116 542 72 16
Binary 111000 1111 10011 0 1001001 1000010 1001110 101100010 111010 1110

Color Harmonies of #380F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380F13

Black with #380F13

Text Example


Text Example

White with #380F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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