Html Css Color HEX #380309 Rustic Red

📋 copy color: '#380309'

red 56 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #380309

Tints of Rustic Red #380309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.41%

 BLUE value IS 9 (3.91% from 255) = 13.24%

R = 82.35%
G = 4.41%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#380309 (or 0x380309) is known color: Rustic Red. HEX triplet: 38, 03 and 09. RGB value is (56,3,9). Sum of RGB (Red+Green+Blue) = 56+3+9=68 (9% of max value = 765). Red value is 56 (22.27% from 255 or 82.35% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 56 - color contains mainly: red. Hex color #380309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380309 is #C7FCF6. Grayscale: #131313. Windows color (decimal): -13106423 or 590648. OLE color: 590648.

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

Color convert

RGB 56 3 9 -
CMYK 0 0.95 0.84 0.78
HSL 353.21º 0.9% 0.12% -
HSV(B) 353.21º 0.95% 0.22% -
XYZ 1.71 0.93 0.35 -
YUV 19.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 56 3 9 0 0.95 0.84 0.78 353.21 0.9 0.12
Hex 38 3 9 0 5F 54 4E 161 5A C
Octal 70 3 11 0 137 124 116 541 132 14
Binary 111000 11 1001 0 1011111 1010100 1001110 101100001 1011010 1100

Color Harmonies of #380309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380309

Black with #380309

Text Example


Text Example

White with #380309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380309; }

 p { color: rgb(56,3,9); }

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

background-color css

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

 a { background-color: rgb(56,3,9); }

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

border-color css

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

 span { border-color: rgb(56,3,9); }

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