Html Css Color HEX #4B020D Rustic Red

📋 copy color: '#4B020D'

red 75 ◦ green 2 ◦ blue 13

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

Shades of Rustic Red #4B020D

Tints of Rustic Red #4B020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.22%

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

R = 83.33%
G = 2.22%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.71

RGB Variations

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

Color information

#4B020D (or 0x4B020D) is known color: Rustic Red. HEX triplet: 4B, 02 and 0D. RGB value is (75,2,13). Sum of RGB (Red+Green+Blue) = 75+2+13=90 (11% of max value = 765). Red value is 75 (29.69% from 255 or 83.33% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 75 - color contains mainly: red. Hex color #4B020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B020D is #B4FDF2. Grayscale: #191919. Windows color (decimal): -11861491 or 852555. OLE color: 852555.

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

Color convert

RGB 75 2 13 -
CMYK 0 0.97 0.83 0.71
HSL 350.96º 0.95% 0.15% -
HSV(B) 350.96º 0.97% 0.29% -
XYZ 3 1.57 0.53 -
YUV 25.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 75 2 13 0 0.97 0.83 0.71 350.96 0.95 0.15
Hex 4B 2 D 0 61 53 47 15F 5F F
Octal 113 2 15 0 141 123 107 537 137 17
Binary 1001011 10 1101 0 1100001 1010011 1000111 101011111 1011111 1111

Color Harmonies of #4B020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B020D

Black with #4B020D

Text Example


Text Example

White with #4B020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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