Html Css Color HEX #4B0008 Rustic Red

📋 copy color: '#4B0008'

red 75 ◦ green 0 ◦ blue 8

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

Shades of Rustic Red #4B0008

Tints of Rustic Red #4B0008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 9.64%

R = 90.36%
G = 0%
B = 9.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#4B0008 (or 0x4B0008) is known color: Rustic Red. HEX triplet: 4B, 00 and 08. RGB value is (75,0,8). Sum of RGB (Red+Green+Blue) = 75+0+8=83 (10% of max value = 765). Red value is 75 (29.69% from 255 or 90.36% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0008 is #B4FFF7. Grayscale: #171717. Windows color (decimal): -11862008 or 524363. OLE color: 524363.

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

Color convert

RGB 75 0 8 -
CMYK 0 1 0.89 0.71
HSL 353.6º 1% 0.15% -
HSV(B) 353.6º 1% 0.29% -
XYZ 2.95 1.51 0.37 -
YUV 23.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 75 0 8 0 1 0.89 0.71 353.6 1 0.15
Hex 4B 0 8 0 64 59 47 162 64 F
Octal 113 0 10 0 144 131 107 542 144 17
Binary 1001011 0 1000 0 1100100 1011001 1000111 101100010 1100100 1111

Color Harmonies of #4B0008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0008

Black with #4B0008

Text Example


Text Example

White with #4B0008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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