Html Css Color HEX #4B000E Rustic Red

📋 copy color: '#4B000E'

red 75 ◦ green 0 ◦ blue 14

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

Shades of Rustic Red #4B000E

Tints of Rustic Red #4B000E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 14 (5.86% from 255) = 15.73%

R = 84.27%
G = 0%
B = 15.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#4B000E (or 0x4B000E) is known color: Rustic Red. HEX triplet: 4B, 00 and 0E. RGB value is (75,0,14). Sum of RGB (Red+Green+Blue) = 75+0+14=89 (11% of max value = 765). Red value is 75 (29.69% from 255 or 84.27% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 75 - color contains mainly: red. Hex color #4B000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B000E is #B4FFF1. Grayscale: #181818. Windows color (decimal): -11862002 or 917579. OLE color: 917579.

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

Color convert

RGB 75 0 14 -
CMYK 0 1 0.81 0.71
HSL 348.8º 1% 0.15% -
HSV(B) 348.8º 1% 0.29% -
XYZ 2.98 1.53 0.55 -
YUV 24.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 75 0 14 0 1 0.81 0.71 348.8 1 0.15
Hex 4B 0 E 0 64 51 47 15D 64 F
Octal 113 0 16 0 144 121 107 535 144 17
Binary 1001011 0 1110 0 1100100 1010001 1000111 101011101 1100100 1111

Color Harmonies of #4B000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B000E

Black with #4B000E

Text Example


Text Example

White with #4B000E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,0,14); }

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

background-color css

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

 a { background-color: rgb(75,0,14); }

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

border-color css

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

 span { border-color: rgb(75,0,14); }

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