Html Css Color HEX #4F1003 Red Oxide

📋 copy color: '#4F1003'

red 79 ◦ green 16 ◦ blue 3

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

Shades of Red Oxide #4F1003

Tints of Red Oxide #4F1003

RGB

 RED value IS 79 (31.25% from 255) = 80.61%

 GREEN value IS 16 (6.64% from 255) = 16.33%

 BLUE value IS 3 (1.56% from 255) = 3.06%

R = 80.61%
G = 16.33%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#4F1003 (or 0x4F1003) is known color: Red Oxide. HEX triplet: 4F, 10 and 03. RGB value is (79,16,3). Sum of RGB (Red+Green+Blue) = 79+16+3=98 (12% of max value = 765). Red value is 79 (31.25% from 255 or 80.61% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1003 is #B0EFFC. Grayscale: #212121. Windows color (decimal): -11595773 or 200783. OLE color: 200783.

HSL color Cylindrical-coordinate representation of color #4F1003: hue angle of 10.26º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F1003 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 16 3 -
CMYK 0 0.80 0.96 0.69
HSL 10.26º 0.93% 0.16% -
HSV(B) 10.26º 0.96% 0.31% -
XYZ 3.43 2.04 0.3 -
YUV 33.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 79 16 3 0 0.80 0.96 0.69 10.26 0.93 0.16
Hex 4F 10 3 0 50 60 45 A 5D 10
Octal 117 20 3 0 120 140 105 12 135 20
Binary 1001111 10000 11 0 1010000 1100000 1000101 1010 1011101 10000

Color Harmonies of #4F1003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1003

Black with #4F1003

Text Example


Text Example

White with #4F1003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,16,3); }

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

background-color css

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

 a { background-color: rgb(79,16,3); }

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

border-color css

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

 span { border-color: rgb(79,16,3); }

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