Html Css Color HEX #300F10 Rustic Red

📋 copy color: '#300F10'

red 48 ◦ green 15 ◦ blue 16

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

Shades of Rustic Red #300F10

Tints of Rustic Red #300F10

RGB

 RED value IS 48 (19.14% from 255) = 60.76%

 GREEN value IS 15 (6.25% from 255) = 18.99%

 BLUE value IS 16 (6.64% from 255) = 20.25%

R = 60.76%
G = 18.99%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#300F10 (or 0x300F10) is known color: Rustic Red. HEX triplet: 30, 0F and 10. RGB value is (48,15,16). Sum of RGB (Red+Green+Blue) = 48+15+16=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #300F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F10 is #CFF0EF. Grayscale: #191919. Windows color (decimal): -13627632 or 1052464. OLE color: 1052464.

HSL color Cylindrical-coordinate representation of color #300F10: hue angle of 358.18º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #300F10 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 15 16 -
CMYK 0 0.69 0.67 0.81
HSL 358.18º 0.52% 0.12% -
HSV(B) 358.18º 0.69% 0.19% -
XYZ 1.48 1.01 0.61 -
YUV 24.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 48 15 16 0 0.69 0.67 0.81 358.18 0.52 0.12
Hex 30 F 10 0 45 43 51 166 34 C
Octal 60 17 20 0 105 103 121 546 64 14
Binary 110000 1111 10000 0 1000101 1000011 1010001 101100110 110100 1100

Color Harmonies of #300F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F10

Black with #300F10

Text Example


Text Example

White with #300F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300F10; }

 p { color: rgb(48,15,16); }

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

background-color css

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

 a { background-color: rgb(48,15,16); }

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

border-color css

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

 span { border-color: rgb(48,15,16); }

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