Html Css Color HEX #380B1A Rustic Red

📋 copy color: '#380B1A'

red 56 ◦ green 11 ◦ blue 26

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

Shades of Rustic Red #380B1A

Tints of Rustic Red #380B1A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.83%

 BLUE value IS 26 (10.55% from 255) = 27.96%

R = 60.22%
G = 11.83%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#380B1A (or 0x380B1A) is known color: Rustic Red. HEX triplet: 38, 0B and 1A. RGB value is (56,11,26). Sum of RGB (Red+Green+Blue) = 56+11+26=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #380B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380B1A is #C7F4E5. Grayscale: #1A1A1A. Windows color (decimal): -13104358 or 1706808. OLE color: 1706808.

HSL color Cylindrical-coordinate representation of color #380B1A: hue angle of 340º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #380B1A is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 11 26 -
CMYK 0 0.80 0.54 0.78
HSL 340º 0.67% 0.13% -
HSV(B) 340º 0.8% 0.22% -
XYZ 1.94 1.15 1.1 -
YUV 26.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 56 11 26 0 0.80 0.54 0.78 340 0.67 0.13
Hex 38 B 1A 0 50 36 4E 154 43 D
Octal 70 13 32 0 120 66 116 524 103 15
Binary 111000 1011 11010 0 1010000 110110 1001110 101010100 1000011 1101

Color Harmonies of #380B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380B1A

Black with #380B1A

Text Example


Text Example

White with #380B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380B1A; }

 p { color: rgb(56,11,26); }

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

background-color css

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

 a { background-color: rgb(56,11,26); }

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

border-color css

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

 span { border-color: rgb(56,11,26); }

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