Html Css Color HEX #A11D30 Bright Red

📋 copy color: '#A11D30'

red 161 ◦ green 29 ◦ blue 48

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

Shades of Bright Red #A11D30

Tints of Bright Red #A11D30

RGB

 RED value IS 161 (63.28% from 255) = 67.65%

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

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

R = 67.65%
G = 12.18%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A11D30 (or 0xA11D30) is known color: Bright Red. HEX triplet: A1, 1D and 30. RGB value is (161,29,48). Sum of RGB (Red+Green+Blue) = 161+29+48=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11D30 is #5EE2CF. Grayscale: #464646. Windows color (decimal): -6218448 or 3153313. OLE color: 3153313.

HSL color Cylindrical-coordinate representation of color #A11D30: hue angle of 351.36º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11D30 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 29 48 -
CMYK 0 0.82 0.70 0.37
HSL 351.36º 0.69% 0.37% -
HSV(B) 351.36º 0.82% 0.63% -
XYZ 15.67 8.67 3.64 -
YUV 70.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 161 29 48 0 0.82 0.70 0.37 351.36 0.69 0.37
Hex A1 1D 30 0 52 46 25 15F 45 25
Octal 241 35 60 0 122 106 45 537 105 45
Binary 10100001 11101 110000 0 1010010 1000110 100101 101011111 1000101 100101

Color Harmonies of #A11D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11D30

Black with #A11D30

Text Example


Text Example

White with #A11D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11D30; }

 p { color: rgb(161,29,48); }

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

background-color css

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

 a { background-color: rgb(161,29,48); }

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

border-color css

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

 span { border-color: rgb(161,29,48); }

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