Html Css Color HEX #A31838 Bright Red

📋 copy color: '#A31838'

red 163 ◦ green 24 ◦ blue 56

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

Shades of Bright Red #A31838

Tints of Bright Red #A31838

RGB

 RED value IS 163 (64.06% from 255) = 67.08%

 GREEN value IS 24 (9.77% from 255) = 9.88%

 BLUE value IS 56 (22.27% from 255) = 23.05%

R = 67.08%
G = 9.88%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A31838 (or 0xA31838) is known color: Bright Red. HEX triplet: A3, 18 and 38. RGB value is (163,24,56). Sum of RGB (Red+Green+Blue) = 163+24+56=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A31838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31838 is #5CE7C7. Grayscale: #454545. Windows color (decimal): -6088648 or 3676323. OLE color: 3676323.

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

Color convert

RGB 163 24 56 -
CMYK 0 0.85 0.66 0.36
HSL 346.19º 0.74% 0.37% -
HSV(B) 346.19º 0.85% 0.64% -
XYZ 16.14 8.73 4.57 -
YUV 69.21 120.55 194.9 -
System Red Green Blue C M Y K H S L
Decimal 163 24 56 0 0.85 0.66 0.36 346.19 0.74 0.37
Hex A3 18 38 0 55 42 24 15A 4A 25
Octal 243 30 70 0 125 102 44 532 112 45
Binary 10100011 11000 111000 0 1010101 1000010 100100 101011010 1001010 100101

Color Harmonies of #A31838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31838

Black with #A31838

Text Example


Text Example

White with #A31838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31838; }

 p { color: rgb(163,24,56); }

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

background-color css

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

 a { background-color: rgb(163,24,56); }

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

border-color css

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

 span { border-color: rgb(163,24,56); }

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