Html Css Color HEX #481C1B Red Oxide

📋 copy color: '#481C1B'

red 72 ◦ green 28 ◦ blue 27

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

Shades of Red Oxide #481C1B

Tints of Red Oxide #481C1B

RGB

 RED value IS 72 (28.52% from 255) = 56.69%

 GREEN value IS 28 (11.33% from 255) = 22.05%

 BLUE value IS 27 (10.94% from 255) = 21.26%

R = 56.69%
G = 22.05%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#481C1B (or 0x481C1B) is known color: Red Oxide. HEX triplet: 48, 1C and 1B. RGB value is (72,28,27). Sum of RGB (Red+Green+Blue) = 72+28+27=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C1B is #B7E3E4. Grayscale: #292929. Windows color (decimal): -12051429 or 1776712. OLE color: 1776712.

HSL color Cylindrical-coordinate representation of color #481C1B: hue angle of 1.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481C1B is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 28 27 -
CMYK 0 0.61 0.62 0.72
HSL 1.33º 0.45% 0.19% -
HSV(B) 1.33º 0.63% 0.28% -
XYZ 3.29 2.29 1.31 -
YUV 41.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 72 28 27 0 0.61 0.62 0.72 1.33 0.45 0.19
Hex 48 1C 1B 0 3D 3E 48 1 2D 13
Octal 110 34 33 0 75 76 110 1 55 23
Binary 1001000 11100 11011 0 111101 111110 1001000 1 101101 10011

Color Harmonies of #481C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C1B

Black with #481C1B

Text Example


Text Example

White with #481C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481C1B; }

 p { color: rgb(72,28,27); }

 H1.HeaderClassName
 {
   color: #481C1B;
 }
 .AnyTagClassName
 {
   color: #481C1B;
 }
</style>

background-color css

<style>
 a { background-color: #481C1B; }

 a { background-color: rgb(72,28,27); }

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

border-color css

<style>
 span { border-color: #481C1B; }

 span { border-color: rgb(72,28,27); }

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