Html Css Color HEX #4B010F Rustic Red

📋 copy color: '#4B010F'

red 75 ◦ green 1 ◦ blue 15

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

Shades of Rustic Red #4B010F

Tints of Rustic Red #4B010F

RGB

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

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

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

R = 82.42%
G = 1.1%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.71

RGB Variations

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

Color information

#4B010F (or 0x4B010F) is known color: Rustic Red. HEX triplet: 4B, 01 and 0F. RGB value is (75,1,15). Sum of RGB (Red+Green+Blue) = 75+1+15=91 (12% of max value = 765). Red value is 75 (29.69% from 255 or 82.42% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 75 - color contains mainly: red. Hex color #4B010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B010F is #B4FEF0. Grayscale: #181818. Windows color (decimal): -11861745 or 983371. OLE color: 983371.

HSL color Cylindrical-coordinate representation of color #4B010F: hue angle of 348.65º 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 #4B010F is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 1 15 -
CMYK 0 0.99 0.80 0.71
HSL 348.65º 0.97% 0.15% -
HSV(B) 348.65º 0.99% 0.29% -
XYZ 3 1.55 0.59 -
YUV 24.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 75 1 15 0 0.99 0.80 0.71 348.65 0.97 0.15
Hex 4B 1 F 0 63 50 47 15D 61 F
Octal 113 1 17 0 143 120 107 535 141 17
Binary 1001011 1 1111 0 1100011 1010000 1000111 101011101 1100001 1111

Color Harmonies of #4B010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B010F

Black with #4B010F

Text Example


Text Example

White with #4B010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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