#A41B23

Color #A41B23 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #A41B23

Tints of Bright Red #A41B23

Color information

#A41B23 (or 0xA41B23) is unknown color: approx Bright Red. HEX triplet: A4, 1B and 23. RGB value is (164,27,35). Sum of RGB (Red+Green+Blue) = 164+27+35=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41B23 is #5BE4DC. Grayscale: #444444. Windows color (decimal): -6022365 or 2300836. OLE color: 2300836.

HSL color Cylindrical-coordinate representation of color #A41B23: hue angle of 356.5º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41B23 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1642735-
CMYK00.840.790.36
HSL356.5º71.73%37.45%-
HSV(B)356.5º83.54%64.31%-
XYZ16.018.82.44-
YUV68.88108.89195.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.57%
GREEN value IS 27 (10.94% from 255) = 11.95%
BLUE value IS 35 (14.06% from 255) = 15.49%
R=72.57%
G=11.95%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164273500.840.790.36356.571.7337.45
HexA41B230544F241644825
Octal244334301241174454411045
Binary10100100110111000110101010010011111001001011001001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41B23; }

 p { color: rgb(164,27,35); }

 H1.HeaderClassName
 {
   color: #A41B23;
 }
 .AnyTagClassName
 {
   color: #A41B23;
 }
</style>
background-color css

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

 a { background-color: rgb(164,27,35); }

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

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

 span { border-color: rgb(164,27,35); }

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