Html Css Color HEX #380608 Rustic Red

📋 copy color: '#380608'

red 56 ◦ green 6 ◦ blue 8

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

Shades of Rustic Red #380608

Tints of Rustic Red #380608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.57%

 BLUE value IS 8 (3.52% from 255) = 11.43%

R = 80%
G = 8.57%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#380608 (or 0x380608) is known color: Rustic Red. HEX triplet: 38, 06 and 08. RGB value is (56,6,8). Sum of RGB (Red+Green+Blue) = 56+6+8=70 (9% of max value = 765). Red value is 56 (22.27% from 255 or 80% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 56 - color contains mainly: red. Hex color #380608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380608 is #C7F9F7. Grayscale: #151515. Windows color (decimal): -13105656 or 525880. OLE color: 525880.

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

Color convert

RGB 56 6 8 -
CMYK 0 0.89 0.86 0.78
HSL 357.6º 0.81% 0.12% -
HSV(B) 357.6º 0.89% 0.22% -
XYZ 1.74 0.99 0.33 -
YUV 21.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 56 6 8 0 0.89 0.86 0.78 357.6 0.81 0.12
Hex 38 6 8 0 59 56 4E 166 51 C
Octal 70 6 10 0 131 126 116 546 121 14
Binary 111000 110 1000 0 1011001 1010110 1001110 101100110 1010001 1100

Color Harmonies of #380608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380608

Black with #380608

Text Example


Text Example

White with #380608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380608; }

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

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

background-color css

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

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

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

border-color css

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

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

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