Html Css Color HEX #A71C30 Bright Red

📋 copy color: '#A71C30'

red 167 ◦ green 28 ◦ blue 48

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

Shades of Bright Red #A71C30

Tints of Bright Red #A71C30

RGB

 RED value IS 167 (65.63% from 255) = 68.72%

 GREEN value IS 28 (11.33% from 255) = 11.52%

 BLUE value IS 48 (19.14% from 255) = 19.75%

R = 68.72%
G = 11.52%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A71C30 (or 0xA71C30) is known color: Bright Red. HEX triplet: A7, 1C and 30. RGB value is (167,28,48). Sum of RGB (Red+Green+Blue) = 167+28+48=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71C30 is #58E3CF. Grayscale: #474747. Windows color (decimal): -5825488 or 3153063. OLE color: 3153063.

HSL color Cylindrical-coordinate representation of color #A71C30: hue angle of 351.37º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71C30 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 28 48 -
CMYK 0 0.83 0.71 0.35
HSL 351.37º 0.71% 0.38% -
HSV(B) 351.37º 0.83% 0.65% -
XYZ 16.89 9.26 3.69 -
YUV 71.84 114.55 195.87 -
System Red Green Blue C M Y K H S L
Decimal 167 28 48 0 0.83 0.71 0.35 351.37 0.71 0.38
Hex A7 1C 30 0 53 47 23 15F 47 26
Octal 247 34 60 0 123 107 43 537 107 46
Binary 10100111 11100 110000 0 1010011 1000111 100011 101011111 1000111 100110

Color Harmonies of #A71C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71C30

Black with #A71C30

Text Example


Text Example

White with #A71C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71C30; }

 p { color: rgb(167,28,48); }

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

background-color css

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

 a { background-color: rgb(167,28,48); }

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

border-color css

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

 span { border-color: rgb(167,28,48); }

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