Html Css Color HEX #380406 Rustic Red

📋 copy color: '#380406'

red 56 ◦ green 4 ◦ blue 6

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

Shades of Rustic Red #380406

Tints of Rustic Red #380406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.06%

 BLUE value IS 6 (2.73% from 255) = 9.09%

R = 84.85%
G = 6.06%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#380406 (or 0x380406) is known color: Rustic Red. HEX triplet: 38, 04 and 06. RGB value is (56,4,6). Sum of RGB (Red+Green+Blue) = 56+4+6=66 (8% of max value = 765). Red value is 56 (22.27% from 255 or 84.85% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 56 - color contains mainly: red. Hex color #380406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380406 is #C7FBF9. Grayscale: #131313. Windows color (decimal): -13106170 or 394296. OLE color: 394296.

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

Color convert

RGB 56 4 6 -
CMYK 0 0.93 0.89 0.78
HSL 357.69º 0.87% 0.12% -
HSV(B) 357.69º 0.93% 0.22% -
XYZ 1.71 0.94 0.26 -
YUV 19.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 56 4 6 0 0.93 0.89 0.78 357.69 0.87 0.12
Hex 38 4 6 0 5D 59 4E 166 57 C
Octal 70 4 6 0 135 131 116 546 127 14
Binary 111000 100 110 0 1011101 1011001 1001110 101100110 1010111 1100

Color Harmonies of #380406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380406

Black with #380406

Text Example


Text Example

White with #380406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380406; }

 p { color: rgb(56,4,6); }

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

background-color css

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

 a { background-color: rgb(56,4,6); }

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

border-color css

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

 span { border-color: rgb(56,4,6); }

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