Html Css Color HEX #A61D22 Bright Red

📋 copy color: '#A61D22'

red 166 ◦ green 29 ◦ blue 34

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

Shades of Bright Red #A61D22

Tints of Bright Red #A61D22

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.66%

 BLUE value IS 34 (13.67% from 255) = 14.85%

R = 72.49%
G = 12.66%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A61D22 (or 0xA61D22) is known color: Bright Red. HEX triplet: A6, 1D and 22. RGB value is (166,29,34). Sum of RGB (Red+Green+Blue) = 166+29+34=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61D22 is #59E2DD. Grayscale: #464646. Windows color (decimal): -5890782 or 2235814. OLE color: 2235814.

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

Color convert

RGB 166 29 34 -
CMYK 0 0.83 0.80 0.35
HSL 357.81º 0.7% 0.38% -
HSV(B) 357.81º 0.83% 0.65% -
XYZ 16.45 9.1 2.4 -
YUV 70.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 166 29 34 0 0.83 0.80 0.35 357.81 0.7 0.38
Hex A6 1D 22 0 53 50 23 166 46 26
Octal 246 35 42 0 123 120 43 546 106 46
Binary 10100110 11101 100010 0 1010011 1010000 100011 101100110 1000110 100110

Color Harmonies of #A61D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D22

Black with #A61D22

Text Example


Text Example

White with #A61D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D22; }

 p { color: rgb(166,29,34); }

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

background-color css

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

 a { background-color: rgb(166,29,34); }

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

border-color css

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

 span { border-color: rgb(166,29,34); }

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