Html Css Color HEX #AF4B32 Red Stage

📋 copy color: '#AF4B32'

red 175 ◦ green 75 ◦ blue 50

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

Shades of Red Stage #AF4B32

Tints of Red Stage #AF4B32

RGB

 RED value IS 175 (68.75% from 255) = 58.33%

 GREEN value IS 75 (29.69% from 255) = 25%

 BLUE value IS 50 (19.92% from 255) = 16.67%

R = 58.33%
G = 25%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF4B32 (or 0xAF4B32) is known color: Red Stage. HEX triplet: AF, 4B and 32. RGB value is (175,75,50). Sum of RGB (Red+Green+Blue) = 175+75+50=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4B32 is #50B4CD. Grayscale: #666666. Windows color (decimal): -5289166 or 3296175. OLE color: 3296175.

HSL color Cylindrical-coordinate representation of color #AF4B32: hue angle of 12º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF4B32 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 75 50 -
CMYK 0 0.57 0.71 0.31
HSL 12º 0.56% 0.44% -
HSV(B) 12º 0.71% 0.69% -
XYZ 20.77 14.38 4.7 -
YUV 102.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 175 75 50 0 0.57 0.71 0.31 12 0.56 0.44
Hex AF 4B 32 0 39 47 1F C 38 2C
Octal 257 113 62 0 71 107 37 14 70 54
Binary 10101111 1001011 110010 0 111001 1000111 11111 1100 111000 101100

Color Harmonies of #AF4B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4B32

Black with #AF4B32

Text Example


Text Example

White with #AF4B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4B32; }

 p { color: rgb(175,75,50); }

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

background-color css

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

 a { background-color: rgb(175,75,50); }

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

border-color css

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

 span { border-color: rgb(175,75,50); }

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