Html Css Color HEX #380205 Rustic Red

📋 copy color: '#380205'

red 56 ◦ green 2 ◦ blue 5

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

Shades of Rustic Red #380205

Tints of Rustic Red #380205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 7.94%

R = 88.89%
G = 3.17%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#380205 (or 0x380205) is known color: Rustic Red. HEX triplet: 38, 02 and 05. RGB value is (56,2,5). Sum of RGB (Red+Green+Blue) = 56+2+5=63 (8% of max value = 765). Red value is 56 (22.27% from 255 or 88.89% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 56 - color contains mainly: red. Hex color #380205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380205 is #C7FDFA. Grayscale: #121212. Windows color (decimal): -13106683 or 328248. OLE color: 328248.

HSL color Cylindrical-coordinate representation of color #380205: hue angle of 356.67º 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 #380205 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 2 5 -
CMYK 0 0.96 0.91 0.78
HSL 356.67º 0.93% 0.11% -
HSV(B) 356.67º 0.96% 0.22% -
XYZ 1.68 0.9 0.23 -
YUV 18.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 56 2 5 0 0.96 0.91 0.78 356.67 0.93 0.11
Hex 38 2 5 0 60 5B 4E 165 5D B
Octal 70 2 5 0 140 133 116 545 135 13
Binary 111000 10 101 0 1100000 1011011 1001110 101100101 1011101 1011

Color Harmonies of #380205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380205

Black with #380205

Text Example


Text Example

White with #380205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380205; }

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

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

background-color css

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

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

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

border-color css

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

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

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