Html Css Color HEX #A61933 Bright Red

📋 copy color: '#A61933'

red 166 ◦ green 25 ◦ blue 51

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

Shades of Bright Red #A61933

Tints of Bright Red #A61933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.33%

 BLUE value IS 51 (20.31% from 255) = 21.07%

R = 68.6%
G = 10.33%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A61933 (or 0xA61933) is known color: Bright Red. HEX triplet: A6, 19 and 33. RGB value is (166,25,51). Sum of RGB (Red+Green+Blue) = 166+25+51=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A61933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61933 is #59E6CC. Grayscale: #464646. Windows color (decimal): -5891789 or 3348902. OLE color: 3348902.

HSL color Cylindrical-coordinate representation of color #A61933: hue angle of 348.94º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61933 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 25 51 -
CMYK 0 0.85 0.69 0.35
HSL 348.94º 0.74% 0.37% -
HSV(B) 348.94º 0.85% 0.65% -
XYZ 16.67 9.04 4 -
YUV 70.12 117.21 196.39 -
System Red Green Blue C M Y K H S L
Decimal 166 25 51 0 0.85 0.69 0.35 348.94 0.74 0.37
Hex A6 19 33 0 55 45 23 15D 4A 25
Octal 246 31 63 0 125 105 43 535 112 45
Binary 10100110 11001 110011 0 1010101 1000101 100011 101011101 1001010 100101

Color Harmonies of #A61933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61933

Black with #A61933

Text Example


Text Example

White with #A61933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61933; }

 p { color: rgb(166,25,51); }

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

background-color css

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

 a { background-color: rgb(166,25,51); }

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

border-color css

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

 span { border-color: rgb(166,25,51); }

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