Html Css Color HEX #530402 Red Oxide

📋 copy color: '#530402'

red 83 ◦ green 4 ◦ blue 2

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

Shades of Red Oxide #530402

Tints of Red Oxide #530402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.49%

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

R = 93.26%
G = 4.49%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#530402 (or 0x530402) is known color: Red Oxide. HEX triplet: 53, 04 and 02. RGB value is (83,4,2). Sum of RGB (Red+Green+Blue) = 83+4+2=89 (11% of max value = 765). Red value is 83 (32.81% from 255 or 93.26% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 83 - color contains mainly: red. Hex color #530402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530402 is #ACFBFD. Grayscale: #1B1B1B. Windows color (decimal): -11336702 or 132179. OLE color: 132179.

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

Color convert

RGB 83 4 2 -
CMYK 0 0.95 0.98 0.67
HSL 1.48º 0.95% 0.17% -
HSV(B) 1.48º 0.98% 0.33% -
XYZ 3.62 1.93 0.24 -
YUV 27.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 83 4 2 0 0.95 0.98 0.67 1.48 0.95 0.17
Hex 53 4 2 0 5F 62 43 1 5F 11
Octal 123 4 2 0 137 142 103 1 137 21
Binary 1010011 100 10 0 1011111 1100010 1000011 1 1011111 10001

Color Harmonies of #530402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530402

Black with #530402

Text Example


Text Example

White with #530402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530402; }

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

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

background-color css

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

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

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

border-color css

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

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

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