Html Css Color HEX #4B010D Rustic Red

📋 copy color: '#4B010D'

red 75 ◦ green 1 ◦ blue 13

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

Shades of Rustic Red #4B010D

Tints of Rustic Red #4B010D

RGB

 RED value IS 75 (29.69% from 255) = 84.27%

 GREEN value IS 1 (0.78% from 255) = 1.12%

 BLUE value IS 13 (5.47% from 255) = 14.61%

R = 84.27%
G = 1.12%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.71

RGB Variations

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

Color information

#4B010D (or 0x4B010D) is known color: Rustic Red. HEX triplet: 4B, 01 and 0D. RGB value is (75,1,13). Sum of RGB (Red+Green+Blue) = 75+1+13=89 (11% of max value = 765). Red value is 75 (29.69% from 255 or 84.27% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 75 - color contains mainly: red. Hex color #4B010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B010D is #B4FEF2. Grayscale: #181818. Windows color (decimal): -11861747 or 852299. OLE color: 852299.

HSL color Cylindrical-coordinate representation of color #4B010D: hue angle of 350.27º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B010D is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 1 13 -
CMYK 0 0.99 0.83 0.71
HSL 350.27º 0.97% 0.15% -
HSV(B) 350.27º 0.99% 0.29% -
XYZ 2.99 1.55 0.52 -
YUV 24.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 75 1 13 0 0.99 0.83 0.71 350.27 0.97 0.15
Hex 4B 1 D 0 63 53 47 15E 61 F
Octal 113 1 15 0 143 123 107 536 141 17
Binary 1001011 1 1101 0 1100011 1010011 1000111 101011110 1100001 1111

Color Harmonies of #4B010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B010D

Black with #4B010D

Text Example


Text Example

White with #4B010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B010D; }

 p { color: rgb(75,1,13); }

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

background-color css

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

 a { background-color: rgb(75,1,13); }

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

border-color css

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

 span { border-color: rgb(75,1,13); }

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