Html Css Color HEX #AF3843 Old Rose

📋 copy color: '#AF3843'

red 175 ◦ green 56 ◦ blue 67

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

Shades of Old Rose #AF3843

Tints of Old Rose #AF3843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.48%

R = 58.72%
G = 18.79%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF3843 (or 0xAF3843) is known color: Old Rose. HEX triplet: AF, 38 and 43. RGB value is (175,56,67). Sum of RGB (Red+Green+Blue) = 175+56+67=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3843 is #50C7BC. Grayscale: #5C5C5C. Windows color (decimal): -5294013 or 4405423. OLE color: 4405423.

HSL color Cylindrical-coordinate representation of color #AF3843: hue angle of 354.45º 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 #AF3843 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 56 67 -
CMYK 0 0.68 0.62 0.31
HSL 354.45º 0.52% 0.45% -
HSV(B) 354.45º 0.68% 0.69% -
XYZ 20.11 12.35 6.63 -
YUV 92.84 113.42 186.61 -
System Red Green Blue C M Y K H S L
Decimal 175 56 67 0 0.68 0.62 0.31 354.45 0.52 0.45
Hex AF 38 43 0 44 3E 1F 162 34 2D
Octal 257 70 103 0 104 76 37 542 64 55
Binary 10101111 111000 1000011 0 1000100 111110 11111 101100010 110100 101101

Color Harmonies of #AF3843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3843

Black with #AF3843

Text Example


Text Example

White with #AF3843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3843; }

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

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

background-color css

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

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

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

border-color css

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

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

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