Html Css Color HEX #A31B25 Bright Red

📋 copy color: '#A31B25'

red 163 ◦ green 27 ◦ blue 37

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

Shades of Bright Red #A31B25

Tints of Bright Red #A31B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.3%

R = 71.81%
G = 11.89%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A31B25 (or 0xA31B25) is known color: Bright Red. HEX triplet: A3, 1B and 25. RGB value is (163,27,37). Sum of RGB (Red+Green+Blue) = 163+27+37=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31B25 is #5CE4DA. Grayscale: #444444. Windows color (decimal): -6087899 or 2431907. OLE color: 2431907.

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

Color convert

RGB 163 27 37 -
CMYK 0 0.83 0.77 0.36
HSL 355.59º 0.72% 0.37% -
HSV(B) 355.59º 0.83% 0.64% -
XYZ 15.83 8.7 2.6 -
YUV 68.8 110.06 195.19 -
System Red Green Blue C M Y K H S L
Decimal 163 27 37 0 0.83 0.77 0.36 355.59 0.72 0.37
Hex A3 1B 25 0 53 4D 24 164 48 25
Octal 243 33 45 0 123 115 44 544 110 45
Binary 10100011 11011 100101 0 1010011 1001101 100100 101100100 1001000 100101

Color Harmonies of #A31B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31B25

Black with #A31B25

Text Example


Text Example

White with #A31B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31B25; }

 p { color: rgb(163,27,37); }

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

background-color css

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

 a { background-color: rgb(163,27,37); }

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

border-color css

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

 span { border-color: rgb(163,27,37); }

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