Html Css Color HEX #530202 Red Oxide

📋 copy color: '#530202'

red 83 ◦ green 2 ◦ blue 2

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

Shades of Red Oxide #530202

Tints of Red Oxide #530202

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.3%

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

R = 95.4%
G = 2.3%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#530202 (or 0x530202) is known color: Red Oxide. HEX triplet: 53, 02 and 02. RGB value is (83,2,2). Sum of RGB (Red+Green+Blue) = 83+2+2=87 (11% of max value = 765). Red value is 83 (32.81% from 255 or 95.40% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 83 - color contains mainly: red. Hex color #530202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530202 is #ACFDFD. Grayscale: #1A1A1A. Windows color (decimal): -11337214 or 131667. OLE color: 131667.

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

Color convert

RGB 83 2 2 -
CMYK 0 0.98 0.98 0.67
HSL 0.95% 0.17% -
HSV(B) 0.98% 0.33% -
XYZ 3.6 1.89 0.23 -
YUV 26.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 83 2 2 0 0.98 0.98 0.67 0 0.95 0.17
Hex 53 2 2 0 62 62 43 0 5F 11
Octal 123 2 2 0 142 142 103 0 137 21
Binary 1010011 10 10 0 1100010 1100010 1000011 0 1011111 10001

Color Harmonies of #530202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530202

Black with #530202

Text Example


Text Example

White with #530202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530202; }

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

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

background-color css

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

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

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

border-color css

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

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

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