Html Css Color HEX #A61C30 Bright Red

📋 copy color: '#A61C30'

red 166 ◦ green 28 ◦ blue 48

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

Shades of Bright Red #A61C30

Tints of Bright Red #A61C30

RGB

 RED value IS 166 (65.23% from 255) = 68.6%

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

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

R = 68.6%
G = 11.57%
B = 19.83%

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

#A61C30 (or 0xA61C30) is known color: Bright Red. HEX triplet: A6, 1C and 30. RGB value is (166,28,48). Sum of RGB (Red+Green+Blue) = 166+28+48=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61C30 is #59E3CF. Grayscale: #474747. Windows color (decimal): -5891024 or 3153062. OLE color: 3153062.

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

Color convert

RGB 166 28 48 -
CMYK 0 0.83 0.71 0.35
HSL 351.3º 0.71% 0.38% -
HSV(B) 351.3º 0.83% 0.65% -
XYZ 16.67 9.15 3.68 -
YUV 71.54 114.72 195.37 -
System Red Green Blue C M Y K H S L
Decimal 166 28 48 0 0.83 0.71 0.35 351.3 0.71 0.38
Hex A6 1C 30 0 53 47 23 15F 47 26
Octal 246 34 60 0 123 107 43 537 107 46
Binary 10100110 11100 110000 0 1010011 1000111 100011 101011111 1000111 100110

Color Harmonies of #A61C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61C30

Black with #A61C30

Text Example


Text Example

White with #A61C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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