Html Css Color HEX #4C1B1A Red Oxide

📋 copy color: '#4C1B1A'

red 76 ◦ green 27 ◦ blue 26

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

Shades of Red Oxide #4C1B1A

Tints of Red Oxide #4C1B1A

RGB

 RED value IS 76 (30.08% from 255) = 58.91%

 GREEN value IS 27 (10.94% from 255) = 20.93%

 BLUE value IS 26 (10.55% from 255) = 20.16%

R = 58.91%
G = 20.93%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4C1B1A (or 0x4C1B1A) is known color: Red Oxide. HEX triplet: 4C, 1B and 1A. RGB value is (76,27,26). Sum of RGB (Red+Green+Blue) = 76+27+26=129 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.91% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1B1A is #B3E4E5. Grayscale: #292929. Windows color (decimal): -11789542 or 1710924. OLE color: 1710924.

HSL color Cylindrical-coordinate representation of color #4C1B1A: hue angle of 1.2º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C1B1A is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 27 26 -
CMYK 0 0.64 0.66 0.70
HSL 1.2º 0.49% 0.2% -
HSV(B) 1.2º 0.66% 0.3% -
XYZ 3.56 2.39 1.25 -
YUV 41.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 76 27 26 0 0.64 0.66 0.70 1.2 0.49 0.2
Hex 4C 1B 1A 0 40 42 46 1 31 14
Octal 114 33 32 0 100 102 106 1 61 24
Binary 1001100 11011 11010 0 1000000 1000010 1000110 1 110001 10100

Color Harmonies of #4C1B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1B1A

Black with #4C1B1A

Text Example


Text Example

White with #4C1B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,27,26); }

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

background-color css

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

 a { background-color: rgb(76,27,26); }

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

border-color css

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

 span { border-color: rgb(76,27,26); }

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