Html Css Color HEX #531202 Red Oxide

📋 copy color: '#531202'

red 83 ◦ green 18 ◦ blue 2

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

Shades of Red Oxide #531202

Tints of Red Oxide #531202

RGB

 RED value IS 83 (32.81% from 255) = 80.58%

 GREEN value IS 18 (7.42% from 255) = 17.48%

 BLUE value IS 2 (1.17% from 255) = 1.94%

R = 80.58%
G = 17.48%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#531202 (or 0x531202) is known color: Red Oxide. HEX triplet: 53, 12 and 02. RGB value is (83,18,2). Sum of RGB (Red+Green+Blue) = 83+18+2=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #531202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531202 is #ACEDFD. Grayscale: #232323. Windows color (decimal): -11333118 or 135763. OLE color: 135763.

HSL color Cylindrical-coordinate representation of color #531202: hue angle of 11.85º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #531202 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 18 2 -
CMYK 0 0.78 0.98 0.67
HSL 11.85º 0.95% 0.17% -
HSV(B) 11.85º 0.98% 0.33% -
XYZ 3.79 2.28 0.3 -
YUV 35.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 83 18 2 0 0.78 0.98 0.67 11.85 0.95 0.17
Hex 53 12 2 0 4E 62 43 C 5F 11
Octal 123 22 2 0 116 142 103 14 137 21
Binary 1010011 10010 10 0 1001110 1100010 1000011 1100 1011111 10001

Color Harmonies of #531202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531202

Black with #531202

Text Example


Text Example

White with #531202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531202; }

 p { color: rgb(83,18,2); }

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

background-color css

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

 a { background-color: rgb(83,18,2); }

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

border-color css

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

 span { border-color: rgb(83,18,2); }

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