Html Css Color HEX #530302 Red Oxide

📋 copy color: '#530302'

red 83 ◦ green 3 ◦ blue 2

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

Shades of Red Oxide #530302

Tints of Red Oxide #530302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.41%

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

R = 94.32%
G = 3.41%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#530302 (or 0x530302) is known color: Red Oxide. HEX triplet: 53, 03 and 02. RGB value is (83,3,2). Sum of RGB (Red+Green+Blue) = 83+3+2=88 (11% of max value = 765). Red value is 83 (32.81% from 255 or 94.32% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 83 - color contains mainly: red. Hex color #530302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530302 is #ACFCFD. Grayscale: #1A1A1A. Windows color (decimal): -11336958 or 131923. OLE color: 131923.

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

Color convert

RGB 83 3 2 -
CMYK 0 0.96 0.98 0.67
HSL 0.74º 0.95% 0.17% -
HSV(B) 0.74º 0.98% 0.33% -
XYZ 3.61 1.91 0.24 -
YUV 26.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 83 3 2 0 0.96 0.98 0.67 0.74 0.95 0.17
Hex 53 3 2 0 60 62 43 1 5F 11
Octal 123 3 2 0 140 142 103 1 137 21
Binary 1010011 11 10 0 1100000 1100010 1000011 1 1011111 10001

Color Harmonies of #530302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530302

Black with #530302

Text Example


Text Example

White with #530302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530302; }

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

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

background-color css

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

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

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

border-color css

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

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

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