Html Css Color HEX #450D0F Rustic Red

📋 copy color: '#450D0F'

red 69 ◦ green 13 ◦ blue 15

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

Shades of Rustic Red #450D0F

Tints of Rustic Red #450D0F

RGB

 RED value IS 69 (27.34% from 255) = 71.13%

 GREEN value IS 13 (5.47% from 255) = 13.4%

 BLUE value IS 15 (6.25% from 255) = 15.46%

R = 71.13%
G = 13.4%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#450D0F (or 0x450D0F) is known color: Rustic Red. HEX triplet: 45, 0D and 0F. RGB value is (69,13,15). Sum of RGB (Red+Green+Blue) = 69+13+15=97 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.13% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 69 - color contains mainly: red. Hex color #450D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450D0F is #BAF2F0. Grayscale: #1E1E1E. Windows color (decimal): -12251889 or 986437. OLE color: 986437.

HSL color Cylindrical-coordinate representation of color #450D0F: hue angle of 357.86º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #450D0F is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 13 15 -
CMYK 0 0.81 0.78 0.73
HSL 357.86º 0.68% 0.16% -
HSV(B) 357.86º 0.81% 0.27% -
XYZ 2.68 1.59 0.62 -
YUV 29.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 69 13 15 0 0.81 0.78 0.73 357.86 0.68 0.16
Hex 45 D F 0 51 4E 49 166 44 10
Octal 105 15 17 0 121 116 111 546 104 20
Binary 1000101 1101 1111 0 1010001 1001110 1001001 101100110 1000100 10000

Color Harmonies of #450D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450D0F

Black with #450D0F

Text Example


Text Example

White with #450D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450D0F; }

 p { color: rgb(69,13,15); }

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

background-color css

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

 a { background-color: rgb(69,13,15); }

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

border-color css

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

 span { border-color: rgb(69,13,15); }

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