Html Css Color HEX #4B1414 Red Oxide

📋 copy color: '#4B1414'

red 75 ◦ green 20 ◦ blue 20

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

Shades of Red Oxide #4B1414

Tints of Red Oxide #4B1414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.39%

 BLUE value IS 20 (8.2% from 255) = 17.39%

R = 65.22%
G = 17.39%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#4B1414 (or 0x4B1414) is known color: Red Oxide. HEX triplet: 4B, 14 and 14. RGB value is (75,20,20). Sum of RGB (Red+Green+Blue) = 75+20+20=115 (15% of max value = 765). Red value is 75 (29.69% from 255 or 65.22% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1414 is #B4EBEB. Grayscale: #242424. Windows color (decimal): -11856876 or 1315915. OLE color: 1315915.

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

Color convert

RGB 75 20 20 -
CMYK 0 0.73 0.73 0.71
HSL 0.58% 0.19% -
HSV(B) 0.73% 0.29% -
XYZ 3.28 2.05 0.88 -
YUV 36.45 118.72 155.5 -
System Red Green Blue C M Y K H S L
Decimal 75 20 20 0 0.73 0.73 0.71 0 0.58 0.19
Hex 4B 14 14 0 49 49 47 0 3A 13
Octal 113 24 24 0 111 111 107 0 72 23
Binary 1001011 10100 10100 0 1001001 1001001 1000111 0 111010 10011

Color Harmonies of #4B1414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1414

Black with #4B1414

Text Example


Text Example

White with #4B1414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,20,20); }

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

background-color css

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

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

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

border-color css

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

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

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