Html Css Color HEX #A41B33 Bright Red

📋 copy color: '#A41B33'

red 164 ◦ green 27 ◦ blue 51

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

Shades of Bright Red #A41B33

Tints of Bright Red #A41B33

RGB

 RED value IS 164 (64.45% from 255) = 67.77%

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

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

R = 67.77%
G = 11.16%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A41B33 (or 0xA41B33) is known color: Bright Red. HEX triplet: A4, 1B and 33. RGB value is (164,27,51). Sum of RGB (Red+Green+Blue) = 164+27+51=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41B33 is #5BE4CC. Grayscale: #464646. Windows color (decimal): -6022349 or 3349412. OLE color: 3349412.

HSL color Cylindrical-coordinate representation of color #A41B33: hue angle of 349.49º 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 #A41B33 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 27 51 -
CMYK 0 0.84 0.69 0.36
HSL 349.49º 0.72% 0.37% -
HSV(B) 349.49º 0.84% 0.64% -
XYZ 16.3 8.92 3.99 -
YUV 70.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 164 27 51 0 0.84 0.69 0.36 349.49 0.72 0.37
Hex A4 1B 33 0 54 45 24 15D 48 25
Octal 244 33 63 0 124 105 44 535 110 45
Binary 10100100 11011 110011 0 1010100 1000101 100100 101011101 1001000 100101

Color Harmonies of #A41B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41B33

Black with #A41B33

Text Example


Text Example

White with #A41B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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