Html Css Color HEX #380C1B Rustic Red

📋 copy color: '#380C1B'

red 56 ◦ green 12 ◦ blue 27

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

Shades of Rustic Red #380C1B

Tints of Rustic Red #380C1B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.63%

 BLUE value IS 27 (10.94% from 255) = 28.42%

R = 58.95%
G = 12.63%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#380C1B (or 0x380C1B) is known color: Rustic Red. HEX triplet: 38, 0C and 1B. RGB value is (56,12,27). Sum of RGB (Red+Green+Blue) = 56+12+27=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #380C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C1B is #C7F3E4. Grayscale: #1A1A1A. Windows color (decimal): -13104101 or 1772600. OLE color: 1772600.

HSL color Cylindrical-coordinate representation of color #380C1B: hue angle of 339.55º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #380C1B is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 12 27 -
CMYK 0 0.79 0.52 0.78
HSL 339.55º 0.65% 0.13% -
HSV(B) 339.55º 0.79% 0.22% -
XYZ 1.96 1.18 1.16 -
YUV 26.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 56 12 27 0 0.79 0.52 0.78 339.55 0.65 0.13
Hex 38 C 1B 0 4F 34 4E 154 41 D
Octal 70 14 33 0 117 64 116 524 101 15
Binary 111000 1100 11011 0 1001111 110100 1001110 101010100 1000001 1101

Color Harmonies of #380C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C1B

Black with #380C1B

Text Example


Text Example

White with #380C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,12,27); }

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

background-color css

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

 a { background-color: rgb(56,12,27); }

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

border-color css

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

 span { border-color: rgb(56,12,27); }

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