Html Css Color HEX #4B2121 Red Oxide

📋 copy color: '#4B2121'

red 75 ◦ green 33 ◦ blue 33

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

Shades of Red Oxide #4B2121

Tints of Red Oxide #4B2121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.4%

 BLUE value IS 33 (13.28% from 255) = 23.4%

R = 53.19%
G = 23.4%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#4B2121 (or 0x4B2121) is known color: Red Oxide. HEX triplet: 4B, 21 and 21. RGB value is (75,33,33). Sum of RGB (Red+Green+Blue) = 75+33+33=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2121 is #B4DEDE. Grayscale: #2D2D2D. Windows color (decimal): -11853535 or 2171211. OLE color: 2171211.

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

Color convert

RGB 75 33 33 -
CMYK 0 0.56 0.56 0.71
HSL 0.39% 0.21% -
HSV(B) 0.56% 0.29% -
XYZ 3.72 2.69 1.76 -
YUV 45.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 75 33 33 0 0.56 0.56 0.71 0 0.39 0.21
Hex 4B 21 21 0 38 38 47 0 27 15
Octal 113 41 41 0 70 70 107 0 47 25
Binary 1001011 100001 100001 0 111000 111000 1000111 0 100111 10101

Color Harmonies of #4B2121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2121

Black with #4B2121

Text Example


Text Example

White with #4B2121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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