Html Css Color HEX #380112 Rustic Red

📋 copy color: '#380112'

red 56 ◦ green 1 ◦ blue 18

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

Shades of Rustic Red #380112

Tints of Rustic Red #380112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.33%

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

R = 74.67%
G = 1.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#380112 (or 0x380112) is known color: Rustic Red. HEX triplet: 38, 01 and 12. RGB value is (56,1,18). Sum of RGB (Red+Green+Blue) = 56+1+18=75 (9% of max value = 765). Red value is 56 (22.27% from 255 or 74.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 56 - color contains mainly: red. Hex color #380112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380112 is #C7FEED. Grayscale: #131313. Windows color (decimal): -13106926 or 1179960. OLE color: 1179960.

HSL color Cylindrical-coordinate representation of color #380112: hue angle of 341.45º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380112 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 1 18 -
CMYK 0 0.98 0.68 0.78
HSL 341.45º 0.96% 0.11% -
HSV(B) 341.45º 0.98% 0.22% -
XYZ 1.75 0.91 0.65 -
YUV 19.38 127.22 154.12 -
System Red Green Blue C M Y K H S L
Decimal 56 1 18 0 0.98 0.68 0.78 341.45 0.96 0.11
Hex 38 1 12 0 62 44 4E 155 60 B
Octal 70 1 22 0 142 104 116 525 140 13
Binary 111000 1 10010 0 1100010 1000100 1001110 101010101 1100000 1011

Color Harmonies of #380112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380112

Black with #380112

Text Example


Text Example

White with #380112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380112; }

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

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

background-color css

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

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

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

border-color css

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

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

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