Html Css Color HEX #A31833 Bright Red

📋 copy color: '#A31833'

red 163 ◦ green 24 ◦ blue 51

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

Shades of Bright Red #A31833

Tints of Bright Red #A31833

RGB

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

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

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

R = 68.49%
G = 10.08%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A31833 (or 0xA31833) is known color: Bright Red. HEX triplet: A3, 18 and 33. RGB value is (163,24,51). Sum of RGB (Red+Green+Blue) = 163+24+51=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A31833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31833 is #5CE7CC. Grayscale: #444444. Windows color (decimal): -6088653 or 3348643. OLE color: 3348643.

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

Color convert

RGB 163 24 51 -
CMYK 0 0.85 0.69 0.36
HSL 348.35º 0.74% 0.37% -
HSV(B) 348.35º 0.85% 0.64% -
XYZ 16.03 8.68 3.96 -
YUV 68.64 118.05 195.3 -
System Red Green Blue C M Y K H S L
Decimal 163 24 51 0 0.85 0.69 0.36 348.35 0.74 0.37
Hex A3 18 33 0 55 45 24 15C 4A 25
Octal 243 30 63 0 125 105 44 534 112 45
Binary 10100011 11000 110011 0 1010101 1000101 100100 101011100 1001010 100101

Color Harmonies of #A31833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31833

Black with #A31833

Text Example


Text Example

White with #A31833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31833; }

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

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

background-color css

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

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

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

border-color css

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

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

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