Html Css Color HEX #380212 Rustic Red

📋 copy color: '#380212'

red 56 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #380212

Tints of Rustic Red #380212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.63%

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

R = 73.68%
G = 2.63%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#380212 (or 0x380212) is known color: Rustic Red. HEX triplet: 38, 02 and 12. RGB value is (56,2,18). Sum of RGB (Red+Green+Blue) = 56+2+18=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #380212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380212 is #C7FDED. Grayscale: #131313. Windows color (decimal): -13106670 or 1180216. OLE color: 1180216.

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

Color convert

RGB 56 2 18 -
CMYK 0 0.96 0.68 0.78
HSL 342.22º 0.93% 0.11% -
HSV(B) 342.22º 0.96% 0.22% -
XYZ 1.76 0.93 0.66 -
YUV 19.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 56 2 18 0 0.96 0.68 0.78 342.22 0.93 0.11
Hex 38 2 12 0 60 44 4E 156 5D B
Octal 70 2 22 0 140 104 116 526 135 13
Binary 111000 10 10010 0 1100000 1000100 1001110 101010110 1011101 1011

Color Harmonies of #380212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380212

Black with #380212

Text Example


Text Example

White with #380212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380212; }

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

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

background-color css

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

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

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

border-color css

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

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

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