Html Css Color HEX #380306 Rustic Red

📋 copy color: '#380306'

red 56 ◦ green 3 ◦ blue 6

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

Shades of Rustic Red #380306

Tints of Rustic Red #380306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 9.23%

R = 86.15%
G = 4.62%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#380306 (or 0x380306) is known color: Rustic Red. HEX triplet: 38, 03 and 06. RGB value is (56,3,6). Sum of RGB (Red+Green+Blue) = 56+3+6=65 (8% of max value = 765). Red value is 56 (22.27% from 255 or 86.15% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 56 - color contains mainly: red. Hex color #380306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380306 is #C7FCF9. Grayscale: #131313. Windows color (decimal): -13106426 or 394040. OLE color: 394040.

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

Color convert

RGB 56 3 6 -
CMYK 0 0.95 0.89 0.78
HSL 356.6º 0.9% 0.12% -
HSV(B) 356.6º 0.95% 0.22% -
XYZ 1.7 0.92 0.26 -
YUV 19.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 56 3 6 0 0.95 0.89 0.78 356.6 0.9 0.12
Hex 38 3 6 0 5F 59 4E 165 5A C
Octal 70 3 6 0 137 131 116 545 132 14
Binary 111000 11 110 0 1011111 1011001 1001110 101100101 1011010 1100

Color Harmonies of #380306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380306

Black with #380306

Text Example


Text Example

White with #380306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380306; }

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

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

background-color css

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

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

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

border-color css

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

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

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