Html Css Color HEX #AF383C Brick Red

📋 copy color: '#AF383C'

red 175 ◦ green 56 ◦ blue 60

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

Shades of Brick Red #AF383C

Tints of Brick Red #AF383C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.24%

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 60.14%
G = 19.24%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF383C (or 0xAF383C) is known color: Brick Red. HEX triplet: AF, 38 and 3C. RGB value is (175,56,60). Sum of RGB (Red+Green+Blue) = 175+56+60=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF383C is #50C7C3. Grayscale: #5C5C5C. Windows color (decimal): -5294020 or 3946671. OLE color: 3946671.

HSL color Cylindrical-coordinate representation of color #AF383C: hue angle of 357.98º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF383C is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 56 60 -
CMYK 0 0.68 0.66 0.31
HSL 357.98º 0.52% 0.45% -
HSV(B) 357.98º 0.68% 0.69% -
XYZ 19.91 12.27 5.59 -
YUV 92.04 109.92 187.17 -
System Red Green Blue C M Y K H S L
Decimal 175 56 60 0 0.68 0.66 0.31 357.98 0.52 0.45
Hex AF 38 3C 0 44 42 1F 166 34 2D
Octal 257 70 74 0 104 102 37 546 64 55
Binary 10101111 111000 111100 0 1000100 1000010 11111 101100110 110100 101101

Color Harmonies of #AF383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF383C

Black with #AF383C

Text Example


Text Example

White with #AF383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF383C; }

 p { color: rgb(175,56,60); }

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

background-color css

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

 a { background-color: rgb(175,56,60); }

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

border-color css

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

 span { border-color: rgb(175,56,60); }

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