Html Css Color HEX #A30F37 Bright Red

📋 copy color: '#A30F37'

red 163 ◦ green 15 ◦ blue 55

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

Shades of Bright Red #A30F37

Tints of Bright Red #A30F37

RGB

 RED value IS 163 (64.06% from 255) = 69.96%

 GREEN value IS 15 (6.25% from 255) = 6.44%

 BLUE value IS 55 (21.88% from 255) = 23.61%

R = 69.96%
G = 6.44%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A30F37 (or 0xA30F37) is known color: Bright Red. HEX triplet: A3, 0F and 37. RGB value is (163,15,55). Sum of RGB (Red+Green+Blue) = 163+15+55=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F37 is #5CF0C8. Grayscale: #3F3F3F. Windows color (decimal): -6090953 or 3608483. OLE color: 3608483.

HSL color Cylindrical-coordinate representation of color #A30F37: hue angle of 343.78º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30F37 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 15 55 -
CMYK 0 0.91 0.66 0.36
HSL 343.78º 0.83% 0.35% -
HSV(B) 343.78º 0.91% 0.64% -
XYZ 15.96 8.4 4.4 -
YUV 63.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 163 15 55 0 0.91 0.66 0.36 343.78 0.83 0.35
Hex A3 F 37 0 5B 42 24 158 53 23
Octal 243 17 67 0 133 102 44 530 123 43
Binary 10100011 1111 110111 0 1011011 1000010 100100 101011000 1010011 100011

Color Harmonies of #A30F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F37

Black with #A30F37

Text Example


Text Example

White with #A30F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F37; }

 p { color: rgb(163,15,55); }

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

background-color css

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

 a { background-color: rgb(163,15,55); }

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

border-color css

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

 span { border-color: rgb(163,15,55); }

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