Html Css Color HEX #A61B2D Bright Red

📋 copy color: '#A61B2D'

red 166 ◦ green 27 ◦ blue 45

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

Shades of Bright Red #A61B2D

Tints of Bright Red #A61B2D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.34%

 BLUE value IS 45 (17.97% from 255) = 18.91%

R = 69.75%
G = 11.34%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A61B2D (or 0xA61B2D) is known color: Bright Red. HEX triplet: A6, 1B and 2D. RGB value is (166,27,45). Sum of RGB (Red+Green+Blue) = 166+27+45=238 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.75% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 166 - color contains mainly: red. Hex color #A61B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61B2D is #59E4D2. Grayscale: #464646. Windows color (decimal): -5891283 or 2956198. OLE color: 2956198.

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

Color convert

RGB 166 27 45 -
CMYK 0 0.84 0.73 0.35
HSL 352.23º 0.72% 0.38% -
HSV(B) 352.23º 0.84% 0.65% -
XYZ 16.59 9.08 3.36 -
YUV 70.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 166 27 45 0 0.84 0.73 0.35 352.23 0.72 0.38
Hex A6 1B 2D 0 54 49 23 160 48 26
Octal 246 33 55 0 124 111 43 540 110 46
Binary 10100110 11011 101101 0 1010100 1001001 100011 101100000 1001000 100110

Color Harmonies of #A61B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61B2D

Black with #A61B2D

Text Example


Text Example

White with #A61B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61B2D; }

 p { color: rgb(166,27,45); }

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

background-color css

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

 a { background-color: rgb(166,27,45); }

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

border-color css

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

 span { border-color: rgb(166,27,45); }

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