Html Css Color HEX #4B010C Rustic Red

📋 copy color: '#4B010C'

red 75 ◦ green 1 ◦ blue 12

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

Shades of Rustic Red #4B010C

Tints of Rustic Red #4B010C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 13.64%

R = 85.23%
G = 1.14%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#4B010C (or 0x4B010C) is known color: Rustic Red. HEX triplet: 4B, 01 and 0C. RGB value is (75,1,12). Sum of RGB (Red+Green+Blue) = 75+1+12=88 (11% of max value = 765). Red value is 75 (29.69% from 255 or 85.23% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 75 - color contains mainly: red. Hex color #4B010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B010C is #B4FEF3. Grayscale: #181818. Windows color (decimal): -11861748 or 786763. OLE color: 786763.

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

Color convert

RGB 75 1 12 -
CMYK 0 0.99 0.84 0.71
HSL 351.08º 0.97% 0.15% -
HSV(B) 351.08º 0.99% 0.29% -
XYZ 2.98 1.54 0.49 -
YUV 24.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 75 1 12 0 0.99 0.84 0.71 351.08 0.97 0.15
Hex 4B 1 C 0 63 54 47 15F 61 F
Octal 113 1 14 0 143 124 107 537 141 17
Binary 1001011 1 1100 0 1100011 1010100 1000111 101011111 1100001 1111

Color Harmonies of #4B010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B010C

Black with #4B010C

Text Example


Text Example

White with #4B010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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