Html Css Color HEX #4B1913 Red Oxide

📋 copy color: '#4B1913'

red 75 ◦ green 25 ◦ blue 19

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

Shades of Red Oxide #4B1913

Tints of Red Oxide #4B1913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.01%

 BLUE value IS 19 (7.81% from 255) = 15.97%

R = 63.03%
G = 21.01%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#4B1913 (or 0x4B1913) is known color: Red Oxide. HEX triplet: 4B, 19 and 13. RGB value is (75,25,19). Sum of RGB (Red+Green+Blue) = 75+25+19=119 (15% of max value = 765). Red value is 75 (29.69% from 255 or 63.03% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1913 is #B4E6EC. Grayscale: #272727. Windows color (decimal): -11855597 or 1251659. OLE color: 1251659.

HSL color Cylindrical-coordinate representation of color #4B1913: hue angle of 6.43º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B1913 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 25 19 -
CMYK 0 0.67 0.75 0.71
HSL 6.43º 0.6% 0.18% -
HSV(B) 6.43º 0.75% 0.29% -
XYZ 3.37 2.24 0.87 -
YUV 39.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 75 25 19 0 0.67 0.75 0.71 6.43 0.6 0.18
Hex 4B 19 13 0 43 4B 47 6 3C 12
Octal 113 31 23 0 103 113 107 6 74 22
Binary 1001011 11001 10011 0 1000011 1001011 1000111 110 111100 10010

Color Harmonies of #4B1913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1913

Black with #4B1913

Text Example


Text Example

White with #4B1913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,25,19); }

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

background-color css

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

 a { background-color: rgb(75,25,19); }

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

border-color css

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

 span { border-color: rgb(75,25,19); }

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