Html Css Color HEX #531002 Red Oxide

📋 copy color: '#531002'

red 83 ◦ green 16 ◦ blue 2

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

Shades of Red Oxide #531002

Tints of Red Oxide #531002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.84%

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

R = 82.18%
G = 15.84%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#531002 (or 0x531002) is known color: Red Oxide. HEX triplet: 53, 10 and 02. RGB value is (83,16,2). Sum of RGB (Red+Green+Blue) = 83+16+2=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #531002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531002 is #ACEFFD. Grayscale: #222222. Windows color (decimal): -11333630 or 135251. OLE color: 135251.

HSL color Cylindrical-coordinate representation of color #531002: hue angle of 10.37º 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 #531002 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 16 2 -
CMYK 0 0.81 0.98 0.67
HSL 10.37º 0.95% 0.17% -
HSV(B) 10.37º 0.98% 0.33% -
XYZ 3.76 2.21 0.29 -
YUV 34.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 83 16 2 0 0.81 0.98 0.67 10.37 0.95 0.17
Hex 53 10 2 0 51 62 43 A 5F 11
Octal 123 20 2 0 121 142 103 12 137 21
Binary 1010011 10000 10 0 1010001 1100010 1000011 1010 1011111 10001

Color Harmonies of #531002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531002

Black with #531002

Text Example


Text Example

White with #531002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531002; }

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

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

background-color css

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

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

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

border-color css

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

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

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