Html Css Color HEX #531402 Red Oxide

📋 copy color: '#531402'

red 83 ◦ green 20 ◦ blue 2

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

Shades of Red Oxide #531402

Tints of Red Oxide #531402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.05%

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

R = 79.05%
G = 19.05%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#531402 (or 0x531402) is known color: Red Oxide. HEX triplet: 53, 14 and 02. RGB value is (83,20,2). Sum of RGB (Red+Green+Blue) = 83+20+2=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #531402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531402 is #ACEBFD. Grayscale: #242424. Windows color (decimal): -11332606 or 136275. OLE color: 136275.

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

Color convert

RGB 83 20 2 -
CMYK 0 0.76 0.98 0.67
HSL 13.33º 0.95% 0.17% -
HSV(B) 13.33º 0.98% 0.33% -
XYZ 3.83 2.34 0.31 -
YUV 36.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 83 20 2 0 0.76 0.98 0.67 13.33 0.95 0.17
Hex 53 14 2 0 4C 62 43 D 5F 11
Octal 123 24 2 0 114 142 103 15 137 21
Binary 1010011 10100 10 0 1001100 1100010 1000011 1101 1011111 10001

Color Harmonies of #531402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531402

Black with #531402

Text Example


Text Example

White with #531402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531402; }

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

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

background-color css

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

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

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

border-color css

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

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

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